fix(data): Fix typos in schema
This commit is contained in:
+1
-2
@@ -13,7 +13,7 @@ CREATE TABLE customcmds(
|
||||
cooldown_bucket_dur INTEGER,
|
||||
permlevel INTEGER,
|
||||
maskperms BOOLEAN DEFAULT FALSE,
|
||||
creatorid INTEGER NOT NULL REFERENCES profiles(profileid) ON DELETE CASCADE ON UPDATE CASCADE,
|
||||
creatorid INTEGER NOT NULL REFERENCES user_profiles(profileid) ON DELETE CASCADE ON UPDATE CASCADE,
|
||||
description TEXT,
|
||||
docstring TEXT,
|
||||
created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(),
|
||||
@@ -52,7 +52,6 @@ SELECT
|
||||
cmds.maskperms,
|
||||
cmds.creatorid,
|
||||
cmds.description,
|
||||
cmds.description,
|
||||
cmds.docstring,
|
||||
cmds.created_at,
|
||||
cmds._timestamp,
|
||||
|
||||
Reference in New Issue
Block a user