Remove index for account
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 21 Sep 2017 20:46:13 +0000 (16:46 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 21 Sep 2017 20:46:13 +0000 (16:46 -0400)
Account field removed.

setup/databaseScripts/create_database_V0.0.12.sql

index 0dfa178..c3e8693 100644 (file)
@@ -562,7 +562,6 @@ CREATE TABLE {prefix}reg_request_class (
     mf_data TEXT NULL,                                          -- Any MagicForm data associated with registrant
     notes TEXT NULL,                                            -- System operator's notes for this registration request
     PRIMARY KEY (id),
-    INDEX (account),
     INDEX (reg_event),
     INDEX (reg_time),
     INDEX (reg_request_event)
@@ -591,7 +590,6 @@ CREATE TABLE {prefix}reg_request_rate (
     mf_data TEXT NULL,                                          -- Any MagicForm data associated with registrant
     notes TEXT NULL,                                            -- System operator's notes for this registration request
     PRIMARY KEY (id),
-    INDEX (account),
     INDEX (reg_event),
     INDEX (reg_time),
     INDEX (reg_request_event),