mirror of
https://github.com/LeNei/axum-sqlx-template.git
synced 2026-02-13 22:56:19 +00:00
6 lines
136 B
SQL
6 lines
136 B
SQL
-- remove function for updated_at
|
|
DROP FUNCTION IF EXISTS manage_updated_at(_tbl regclass);
|
|
|
|
DROP FUNCTION IF EXISTS set_updated_at();
|
|
|