From fe1dca11234fe635f8921d7ad7af8d55fc350ae3 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 26 Feb 2023 14:09:16 +0100 Subject: [PATCH] fix: app setup and sync now uses 1.69.3 --- ...0226130307_update_included_scripts_with_deno_changes.down.sql | 1 + ...230226130307_update_included_scripts_with_deno_changes.up.sql | 0 2 files changed, 1 insertion(+) create mode 100644 backend/migrations/20230226130307_update_included_scripts_with_deno_changes.down.sql create mode 100644 backend/migrations/20230226130307_update_included_scripts_with_deno_changes.up.sql diff --git a/backend/migrations/20230226130307_update_included_scripts_with_deno_changes.down.sql b/backend/migrations/20230226130307_update_included_scripts_with_deno_changes.down.sql new file mode 100644 index 0000000000..d2f607c5b8 --- /dev/null +++ b/backend/migrations/20230226130307_update_included_scripts_with_deno_changes.down.sql @@ -0,0 +1 @@ +-- Add down migration script here diff --git a/backend/migrations/20230226130307_update_included_scripts_with_deno_changes.up.sql b/backend/migrations/20230226130307_update_included_scripts_with_deno_changes.up.sql new file mode 100644 index 0000000000..e69de29bb2