]> Untitled Git - lemmy.git/blob - server/migrations/00000000000000_diesel_initial_setup/down.sql
routes.api: fix get_captcha endpoint (#1135)
[lemmy.git] / server / migrations / 00000000000000_diesel_initial_setup / down.sql
1 -- This file was automatically created by Diesel to setup helper functions
2 -- and other internal bookkeeping. This file is safe to edit, any future
3 -- changes will be added to existing projects as new migrations.
4
5 DROP FUNCTION IF EXISTS diesel_manage_updated_at(_tbl regclass);
6 DROP FUNCTION IF EXISTS diesel_set_updated_at();