maxbbender / Viral-Education

Viral Education is a Language Learning Platform
0 stars 0 forks source link

Things to do when we push to production #39

Open maxbbender opened 8 years ago

maxbbender commented 8 years ago

Report table needs Auto Increment on ID columns

DominicRossillo commented 8 years ago

Assignment texts due date column update

CREATE TABLE IF NOT EXISTS assigned_texts ( id int(11) NOT NULL AUTO_INCREMENT, text_id int(11) NOT NULL, class_id int(11) NOT NULL, creator_id int(11) NOT NULL, date_created int(11) NOT NULL, assignment_due datetime NOT NULL, PRIMARY KEY (id) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=181 ;

maxbbender commented 8 years ago

add done (Boolean) column to reports