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
/
migrations
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-27
feat(db): Update views with thread-closed field
Vincent Ambo
2
-0
/
+65
2018-05-27
feat(db): Add migration & fields to indicate a thread is closed
Vincent Ambo
2
-0
/
+2
2018-05-02
feat(migrations): Add a view for simplified post querying
Vincent Ambo
2
-0
/
+12
2018-05-02
refactor(migrations): Rename 'author' column to 'user_id'
Vincent Ambo
2
-16
/
+16
2018-05-02
fix(migrations): Explicitly insert anonymous user
Vincent Ambo
1
-5
/
+11
2018-05-02
fix(migrations): Fix search index creation in user migration
Vincent Ambo
2
-0
/
+4
2018-05-02
feat(migrations): Adds a migration to create a users table
Vincent Ambo
2
-0
/
+136
2018-04-14
fix(migrations): Change weighting of title vs. body
Vincent Ambo
1
-2
/
+2
2018-04-14
feat(migrations): Add materialized view & index for full text search
Vincent Ambo
2
-0
/
+23
2018-04-14
feat(db): Add support for stickies in database
Vincent Ambo
4
-16
/
+23
2018-04-14
feat(db): Add view for ordering thread index by most recent post
Vincent Ambo
2
-0
/
+16
2018-04-14
feat(migrations): Drop 'body' column from threads
Vincent Ambo
2
-0
/
+7
2018-04-08
feat(migrations): Add author columns to tables
Vincent Ambo
2
-0
/
+15
2018-04-08
feat(migrations): Default 'posted' columns to NOW()
Vincent Ambo
2
-0
/
+4
2018-04-08
refactor(db): Establish Post->Thread association
Vincent Ambo
2
-0
/
+2
2018-04-08
feat(migrations): Add posts & threads tables
Vincent Ambo
5
-0
/
+57