mirror of https://gitlab.com/litecord/litecord.git
add migration for dynamic fields
This commit is contained in:
parent
918a20f274
commit
f80bf14c23
|
|
@ -0,0 +1,5 @@
|
||||||
|
CREATE TABLE IF NOT EXISTS messages_extra (
|
||||||
|
id bigint REFERENCES messages,
|
||||||
|
user_mention_ids bigint[] default null,
|
||||||
|
role_mention_ids bigint[] default null
|
||||||
|
);
|
||||||
Loading…
Reference in New Issue