Move duey to its own changeset

This commit is contained in:
P0nk
2025-07-01 08:25:30 +02:00
parent e51dd82bdb
commit 371ed4efff
4 changed files with 28 additions and 25 deletions

View File

@@ -13,5 +13,5 @@ CREATE TABLE lb_quickslotkeymapped
accountid INT NOT NULL,
keymap BIGINT NOT NULL DEFAULT 0,
PRIMARY KEY (accountid),
CONSTRAINT lb_quickslotkeymapped_accountid_fk FOREIGN KEY (accountid) REFERENCES lb_accounts (id) ON DELETE CASCADE
FOREIGN KEY (accountid) REFERENCES lb_accounts (id) ON DELETE CASCADE
);