Merge remote-tracking branch 'refs/remotes/origin/develop' into develop

This commit is contained in:
dragonmuffin 2024-08-14 19:01:41 +03:00
commit 4fd8dd8fcc

View file

@ -203,6 +203,7 @@ EXECUTE FUNCTION fill_problem_result();
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
DROP FUNCTION IF EXISTS lng_upd_trg_fn CASCADE;
DROP FUNCTION IF EXISTS fill_participant_result CASCADE;
DROP FUNCTION IF EXISTS fill_problem_result CASCADE;
@ -216,3 +217,4 @@ DROP TABLE IF EXISTS contests CASCADE;
DROP TABLE IF EXISTS contest_problem CASCADE;
DROP TABLE IF EXISTS participants CASCADE;
DROP TABLE IF EXISTS participant_problem CASCADE;
-- +goose StatementEnd