Line up comments
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 8 Sep 2016 12:59:07 +0000 (08:59 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 8 Sep 2016 12:59:07 +0000 (08:59 -0400)
To keep this file organized

setup/databaseScripts/create_database_V0.0.7.sql

index cee28fa..dbe65d6 100644 (file)
@@ -121,7 +121,7 @@ CREATE TABLE {prefix}lead_interests (
 -- lead_searches - Memorized search configurations
 CREATE TABLE {prefix}searches (
   id INT NOT NULL AUTO_INCREMENT,
-  user_id INT NOT NULL,                -- The wordpress user id
+  user_id INT NOT NULL,                     -- The wordpress user id
   title TINYTEXT NULL,                      -- Title for this search configuration
   search TEXT NULL,                         -- Serialized array of search parameters
   date_created DATE NULL,                   -- Date the search type was created