kritbit

kritbit Commit Details


Date:2015-11-22 15:18:44 (9 years 29 days ago)
Author:Natalie Adams
Branch:master
Commit:689e8a6fb9471d2bc1dad67d5737b146b7bdbc25
Parents: 47d3ec2afbe1f257f291af7b241b369e4b3a7158
Message:updating migration table

Changes:

File differences

web/system/engine/hf_core.php
308308
309309
310310
311
311
312312
313313
314314
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
)");

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05467s using 14 queries.