Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Change mock version
Browse files Browse the repository at this point in the history
  • Loading branch information
zdevaty committed May 15, 2024
1 parent 1af7415 commit 2037cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reset.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ DELETE FROM versioning.patches
WHERE app_name = 'booking';

INSERT INTO public.eliona_store (app_name, category, version)
VALUES ('booking', 'app', '1.0.0')
ON CONFLICT (app_name) DO UPDATE SET version = '1.0.0';
VALUES ('booking', 'app', 'v0.0.0')
ON CONFLICT (app_name) DO UPDATE SET version = 'v0.0.0';

INSERT INTO public.eliona_app (app_name, enable)
VALUES ('booking', 't')
Expand Down

0 comments on commit 2037cb1

Please sign in to comment.