03dd6a5465
Most of the changes are for database access now requiring an &mut connection.
6 lines
146 B
SQL
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;
|