mirror of
https://github.com/LeNei/axum-sqlx-template.git
synced 2026-02-13 14:54:40 +00:00
6 lines
150 B
SQL
6 lines
150 B
SQL
-- remove function for updated_at
|
|
DROP FUNCTION IF EXISTS diesel_manage_updated_at(_tbl regclass);
|
|
|
|
DROP FUNCTION IF EXISTS diesel_set_updated_at();
|
|
|