diff --git a/web/application/migrations/1.php b/web/application/migrations/1.php index 591bffe..04f1777 100644 --- a/web/application/migrations/1.php +++ b/web/application/migrations/1.php @@ -17,5 +17,5 @@ DB::query("CREATE TABLE users ( email VARCHAR(255) )"); -echo "Adding user " . PHP_EOL; -DB::insert("users", ["email" => "adamsna@datanethost.net"]); \ No newline at end of file +//echo "Adding user " . PHP_EOL; +//DB::insert("users", ["email" => "adamsna@datanethost.net"]); \ No newline at end of file diff --git a/web/application/migrations/2.php b/web/application/migrations/2.php index a0d7dbb..2ce2939 100644 --- a/web/application/migrations/2.php +++ b/web/application/migrations/2.php @@ -20,5 +20,5 @@ DB::query("CREATE TABLE jobs ( force_run TINYINT(1) );"); -DB::query("INSERT INTO jobs VALUES (null, 'test', 1, 'TESTING', '*/5 * * * *', 'TESTING', '2015-01-01', 0, '123', '123', 0, 1, 'TEST COMMENT', 0)"); -DB::query("INSERT INTO jobs VALUES (null, 'test2', 1, 'TESTING', '*/5 * * * *', 'TESTING', '2015-01-01', 0, '321', '321', 1, 1, 'TEST COMMENT2', 0)"); \ No newline at end of file +//DB::query("INSERT INTO jobs VALUES (null, 'test', 1, 'TESTING', '*/5 * * * *', 'TESTING', '2015-01-01', 0, '123', '123', 0, 1, 'TEST COMMENT', 0)"); +//DB::query("INSERT INTO jobs VALUES (null, 'test2', 1, 'TESTING', '*/5 * * * *', 'TESTING', '2015-01-01', 0, '321', '321', 1, 1, 'TEST COMMENT2', 0)"); \ No newline at end of file diff --git a/web/application/migrations/3.php b/web/application/migrations/3.php index dd68932..09e7aca 100644 --- a/web/application/migrations/3.php +++ b/web/application/migrations/3.php @@ -13,4 +13,4 @@ DB::query("CREATE TABLE histories ( nonce VARCHAR(255) );"); -DB::query("INSERT INTO histories VALUES (null, 'THIS IS ONLY A TEST', 1, '2015-01-01', 10, 0, 'ABC')"); \ No newline at end of file +//DB::query("INSERT INTO histories VALUES (null, 'THIS IS ONLY A TEST', 1, '2015-01-01', 10, 0, 'ABC')"); \ No newline at end of file