diff --git a/web/system/engine/hf_core.php b/web/system/engine/hf_core.php index 810f580..bb42246 100644 --- a/web/system/engine/hf_core.php +++ b/web/system/engine/hf_core.php @@ -308,7 +308,7 @@ class HF_Core global $argv; $this->setupDatabaseConnection(); DB::query("CREATE TABLE IF NOT EXISTS migrations ( - id INTEGER PRIMARY KEY AUTOINCREMENT, + id INTEGER PRIMARY KEY NOT NULL AUTO_INCREMENT, migration INTEGER, ran_at DATETIME )");