mirror of
https://github.com/mangosfour/server.git
synced 2026-01-03 04:37:07 +00:00
- Some updates.
This commit is contained in:
parent
23bfcccd77
commit
2bdfb0d7bb
8 changed files with 68 additions and 75 deletions
2
sql/330/1_account_data.sql
Normal file
2
sql/330/1_account_data.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER table account_data change `data` `data` longblob NOT NULL;
|
||||
ALTER table character_account_data change `data` `data` longblob NOT NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue