Merge remote-tracking branch 'refs/remotes/origin/develop' into develop
This commit is contained in:
commit
4fd8dd8fcc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue