fix(data): Fix typos in schema

This commit is contained in:
2026-05-31 06:42:12 +10:00
parent 0d4f9b9a9a
commit d1368af74b
+1 -2
View File
@@ -13,7 +13,7 @@ CREATE TABLE customcmds(
cooldown_bucket_dur INTEGER, cooldown_bucket_dur INTEGER,
permlevel INTEGER, permlevel INTEGER,
maskperms BOOLEAN DEFAULT FALSE, 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, description TEXT,
docstring TEXT, docstring TEXT,
created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(), created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(),
@@ -52,7 +52,6 @@ SELECT
cmds.maskperms, cmds.maskperms,
cmds.creatorid, cmds.creatorid,
cmds.description, cmds.description,
cmds.description,
cmds.docstring, cmds.docstring,
cmds.created_at, cmds.created_at,
cmds._timestamp, cmds._timestamp,