diff options
| author | Nathan Perry <avaglir@gmail.com> | 2018-04-07 06:09:52 -0400 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2018-04-07 06:09:52 -0400 |
| commit | fdf65962b9610ab0a7b8e91dc1a2d4973f44c169 (patch) | |
| tree | 137568972c2033bf487a70c92d732a459d82c3d5 /migrations/2018-04-07-091602_add_filename/down.sql | |
| parent | 1e192fc976325f6bbaede91ab25241efa99e4475 (diff) | |
database-based memeing working
Diffstat (limited to 'migrations/2018-04-07-091602_add_filename/down.sql')
| -rw-r--r-- | migrations/2018-04-07-091602_add_filename/down.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/migrations/2018-04-07-091602_add_filename/down.sql b/migrations/2018-04-07-091602_add_filename/down.sql new file mode 100644 index 0000000..76ea6cf --- /dev/null +++ b/migrations/2018-04-07-091602_add_filename/down.sql @@ -0,0 +1 @@ +ALTER TABLE images DROP COLUMN filename; |
