Skip to content

Commit

Permalink
version 1.0 and cleanup of migration downstream hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
codeho committed Jul 18, 2023
1 parent d49cdaa commit f1ed358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o-platform/api-server",
"version": "0.9.10",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"prepublish": "tsc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ INSERT INTO public."BaliVillage"(desa, kecamatan, kabupaten)
INSERT INTO public."BaliVillage"(desa, kecamatan, kabupaten)
VALUES ('Batuagung', 'Jembrana', 'JEMBRANA');

INSERT INTO public."BaliVillage"(desa, kecamatan, kabupaten)
VALUES ('Batuagung', 'Jembrana', 'JEMBRANA');

INSERT INTO public."BaliVillage"(desa, kecamatan, kabupaten)
VALUES ('Banyubiru', 'Negara', 'JEMBRANA');

Expand Down

0 comments on commit f1ed358

Please sign in to comment.