kritbit

kritbit Commit Details


Date:2015-11-22 14:45:41 (9 years 29 days ago)
Author:Natalie Adams
Branch:master
Commit:ff12adf0d5fe20953dcb4d977a3ae927fc2d1b28
Parents: 5c021cdd67e11a87bcce1c6e64ce28c15f9edce8
Message:Updating data type for bool fields

Changes:

File differences

web/application/migrations/2.php
1414
1515
1616
17
17
1818
1919
20
20
2121
2222
2323
last_result INTEGER,
hash VARCHAR(255),
sharedkey VARCHAR(32),
view_private INTEGER,
view_private TINYINT(1),
user_id INTEGER,
comments TEXT,
force_run INTEGER
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)");

Archive Download the corresponding diff file

Branches

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