refactor: ♻️ permission system
This commit is contained in:
parent
29ce92bdf7
commit
00d6bd5b93
7 changed files with 43 additions and 100 deletions
|
@ -1,5 +1,5 @@
|
|||
-- Add up migration script here
|
||||
CREATE TABLE IF NOT EXISTS "interaction"(
|
||||
id BIGSERIAL PRIMARY KEY NOT NULL UNIQUE,
|
||||
name VARCHAR(10) UNIQUE NOT NULL
|
||||
name VARCHAR(50) UNIQUE NOT NULL
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue