first commit

This commit is contained in:
LeNei
2023-05-07 21:18:16 +02:00
commit d70b2f37cc
18 changed files with 2407 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- remove function for updated_at
DROP FUNCTION IF EXISTS diesel_manage_updated_at(_tbl regclass);
DROP FUNCTION IF EXISTS diesel_set_updated_at();