Added readme for migrations

Implemented two packets to fix the garden cat. (Shared Account Box)
This commit is contained in:
straticspaff
2022-05-01 08:34:26 +01:00
parent 50d46b47c8
commit 18112e9e25
4 changed files with 263 additions and 140 deletions

View File

@@ -9,7 +9,8 @@ CREATE DOMAIN uint16 AS integer
CREATE TABLE users (
id serial NOT NULL PRIMARY KEY,
username text UNIQUE NOT NULL,
password text NOT NULL
password text NOT NULL,
item_box bytea
);
CREATE TABLE characters (