1
Fork 0
holycow/holycow_backend/migrations/0000-00-00-000000_diesel_initial_setup/down.sql

7 lines
328 B
MySQL
Raw Normal View History

2024-11-27 23:01:46 +00:00
-- 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.
2024-11-30 18:04:07 +00:00
DROP FUNCTION IF EXISTS diesel_manage_updated_at(_tbl REGCLASS);
2024-11-27 23:01:46 +00:00
DROP FUNCTION IF EXISTS diesel_set_updated_at();