diff options
| author | Nathan Perry <avaglir@gmail.com> | 2018-04-05 15:25:44 -0400 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2018-04-05 15:25:44 -0400 |
| commit | 5b025763c42f9ab43d0cd67c52298b7d6f43e036 (patch) | |
| tree | 279c79392236050554237cb842ec4c00b556ec41 /migrations/2018-04-05-190159_add_data_indexes/down.sql | |
| parent | 85b615602da9288aff57ae91042a0e01f4d3549b (diff) | |
add image/audio unique indexes
Diffstat (limited to 'migrations/2018-04-05-190159_add_data_indexes/down.sql')
| -rw-r--r-- | migrations/2018-04-05-190159_add_data_indexes/down.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/migrations/2018-04-05-190159_add_data_indexes/down.sql b/migrations/2018-04-05-190159_add_data_indexes/down.sql new file mode 100644 index 0000000..6fed43d --- /dev/null +++ b/migrations/2018-04-05-190159_add_data_indexes/down.sql @@ -0,0 +1,2 @@ +DROP INDEX audio_data; +DROP INDEX image_data; |
