From 867456de1a898c334744c3e66f32b142c5820e93 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Thu, 5 May 2022 15:07:36 +0100 Subject: [PATCH] Update 091_create_thirdpartylogins_table.php --- application/migrations/091_create_thirdpartylogins_table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/migrations/091_create_thirdpartylogins_table.php b/application/migrations/091_create_thirdpartylogins_table.php index f355c29e..0aaa0411 100644 --- a/application/migrations/091_create_thirdpartylogins_table.php +++ b/application/migrations/091_create_thirdpartylogins_table.php @@ -3,8 +3,8 @@ defined('BASEPATH') OR exit('No direct script access allowed'); /* -* This migration creates a table called options which will hold global options needed within cloudlog -* removing the need for lots of configuration files. +* This migration creates a table called thirdparty_logins +* This table is used to store third party login details */ class Migration_create_thirdpartylogins_table extends CI_Migration {