Migration

/queries/schema/resetDatabase.sql (97 B)

1
2
3
4
-- $PF_GENERATE_ONCE$
-- {% func ResetDatabase() %}
drop table if exists "foo";
-- {% endfunc %}