depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
web
/
converse
/
migrations
/
2018-05-25-160648_add_closed_column
/
up.sql
blob: d7d4c44da201ba80d426a9b55f2623cd729c56a8 (
plain
) (
blame
)
1
ALTER TABLE
threads ADD COLUMN closed
BOOLEAN NOT
NULL
DEFAULT
false;