mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-09 22:20:24 +00:00
Fix for null columns in books.language crash
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
alter table books add language int default 0;
|
||||
alter table books add language int not null default 0;
|
||||
|
||||
drop table if exists reading_is_fundamental;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user