diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-23 22:23:36 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-24 15:21:32 -0700 |
commit | d1d770d58c57df9fb357338793b3a1f54b5d55c0 (patch) | |
tree | c0150da51c97c055df6b8e85a75d47c9ab5070db /rust/migrations/2018-05-16-033858_dummy_data/down.sql | |
parent | aff11938989901327fdf0198d08f97b7105e7b3b (diff) | |
download | fatcat-d1d770d58c57df9fb357338793b3a1f54b5d55c0.tar.gz fatcat-d1d770d58c57df9fb357338793b3a1f54b5d55c0.zip |
move dummy data into primary migration
I couldn't come up with a "safe" way to wipe these rows (without causing
larger insert PK uniqueness errors)
Diffstat (limited to 'rust/migrations/2018-05-16-033858_dummy_data/down.sql')
-rw-r--r-- | rust/migrations/2018-05-16-033858_dummy_data/down.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/migrations/2018-05-16-033858_dummy_data/down.sql b/rust/migrations/2018-05-16-033858_dummy_data/down.sql deleted file mode 100644 index 291a97c5..00000000 --- a/rust/migrations/2018-05-16-033858_dummy_data/down.sql +++ /dev/null @@ -1 +0,0 @@ --- This file should undo anything in `up.sql`
\ No newline at end of file |