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 {