Modded 2017_01_10_book_languages.sql to eliminate error message

This commit is contained in:
Uleat 2017-01-27 23:17:25 -05:00
parent ac0cba64f9
commit 05cb9d56c2

View File

@ -1,6 +1,6 @@
alter table books add language int default 0;
drop table reading_is_fundamental;
drop table if exists reading_is_fundamental;
create table reading_is_fundamental
(