fix: wrong type in PostgreSQL schema (#299)

* Started impl for mongo

* fix silly mistake with postgresql

* fix silly mistake with postgresql
feat/data-edit-commands
Preva1l 10 months ago committed by GitHub
parent 75f8bee706
commit 2b1e72a42e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,7 +15,7 @@ CREATE TABLE IF NOT EXISTS "%user_data_table%"
timestamp timestamp NOT NULL,
save_cause varchar(32) NOT NULL,
pinned boolean NOT NULL DEFAULT FALSE,
data longblob NOT NULL,
data bytea NOT NULL,
PRIMARY KEY (version_uuid, player_uuid),
FOREIGN KEY (player_uuid) REFERENCES "%users_table%" (uuid) ON DELETE CASCADE

Loading…
Cancel
Save