Commit a514dbe
authored
Added database migrations for
Added database migrations for `blocks` table
ref https://linear.app/ghost/issue/AP-1082
Added a database table that will store a record of an account block. We will
later query this table to determine if an account has blocked another account /
is being blocked by another accountblocks table (#548)1 parent 442e975 commit a514dbe
File tree
2 files changed
+15
-0
lines changed- migrate/migrations
2 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments