blob: a17fc019fa8643a2bd081a90ed0cb6182c5ca61c (
plain) (
blame)
1
2
3
4
|
-- Apply these queries in order to update your database from revision 413 to revision 419
alter table hardware modify kernel varchar(100) NOT NULL;
alter table revisions modify kernel varchar(100) NOT NULL;
|