index
:
glitch-ng
master
[no description]
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migrations
/
20220429214038_guild_ids_filters.sql
blob: 302b809a1bca5433cdaa532cb59aa40f121c07bc (
plain
) (
blame
)
1
2
--
Add
migration
script
here
ALTER
TABLE
message_filter
ADD
COLUMN
guild_id
TEXT
NOT
NULL
;