1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-15 13:06:24 -07:00
gochan/Database migration notes.txt
2020-06-07 16:08:24 +02:00

10 lines
291 B
Text

In old database:
if filename == "" then no filename
if filename == "deleted" it is deleted
Split tripcode from username during migration
Mysql: SERIAL = uint64 NOT NULL AUTO_INCREMENT UNIQUE
Postgres SERIAL = int32 NOT NULL AUTO_INCREMENT UNIQUE
sqlite INTEGER = variable INTEGER