mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-15 13:06:24 -07:00
10 lines
291 B
Text
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
|
|
|