Skip to content

Commit

Permalink
Update query (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
meomancer authored Jul 10, 2024
1 parent 4d484f7 commit c401eb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion migrations/sql/gwml/functions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ END;
LANGUAGE plpgsql;

CREATE TRIGGER trigger_well
AFTER INSERT OR UPDATE
AFTER INSERT
ON well
FOR EACH ROW EXECUTE PROCEDURE update_mv();
1 change: 0 additions & 1 deletion tasks/data_file_cache/base_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ def run(self):
is_ggmn = well.is_ggmn(
ggmn_organisations_list
) and well.organisation
print(is_ggmn)

self.merge_data_per_well(
well, self.wells_filename,
Expand Down

0 comments on commit c401eb1

Please sign in to comment.