diff options
| author | Fuwn <[email protected]> | 2021-05-12 23:48:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-12 23:48:04 -0700 |
| commit | c7a282bd3f96c0e3cc0807aabd5b7104df6effc9 (patch) | |
| tree | 64818c0add5762ba1ae83c8d9e7aa7bdb605f6f2 /migrations/00000000000000_diesel_initial_setup/down.sql | |
| download | lime-c7a282bd3f96c0e3cc0807aabd5b7104df6effc9.tar.xz lime-c7a282bd3f96c0e3cc0807aabd5b7104df6effc9.zip | |
Diffstat (limited to 'migrations/00000000000000_diesel_initial_setup/down.sql')
| -rw-r--r-- | migrations/00000000000000_diesel_initial_setup/down.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/migrations/00000000000000_diesel_initial_setup/down.sql b/migrations/00000000000000_diesel_initial_setup/down.sql new file mode 100644 index 0000000..a9f5260 --- /dev/null +++ b/migrations/00000000000000_diesel_initial_setup/down.sql @@ -0,0 +1,6 @@ +-- This file was automatically created by Diesel to setup helper functions +-- and other internal bookkeeping. This file is safe to edit, any future +-- changes will be added to existing projects as new migrations. + +DROP FUNCTION IF EXISTS diesel_manage_updated_at(_tbl regclass); +DROP FUNCTION IF EXISTS diesel_set_updated_at(); |