album/migrations/2022-04-29-203357_datefuncs/down.sql
Rasmus Kaj 03dd6a5465 Use diesel 2.0
Most of the changes are for database access now requiring an &mut
connection.
2022-10-24 18:26:07 +02:00

6 lines
146 B
SQL

-- This file should undo anything in `up.sql`
drop function year_of_timestamp;
drop function month_of_timestamp;
drop function day_of_timestamp;