From 647a8f6e24691f844125bfdfba67c36c20d1a8d6 Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Wed, 20 Mar 2024 11:00:26 +0800 Subject: [PATCH] update the migration version number to resolve conflicts --- ...dd_failed_at_to_rule.sql => 0169.do.add_failed_at_to_rule.sql} | 0 ..._failed_at_to_rule.sql => 0169.undo.add_failed_at_to_rule.sql} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename packages/db/migrations/{0168.do.add_failed_at_to_rule.sql => 0169.do.add_failed_at_to_rule.sql} (100%) rename packages/db/migrations/{0168.undo.add_failed_at_to_rule.sql => 0169.undo.add_failed_at_to_rule.sql} (100%) diff --git a/packages/db/migrations/0168.do.add_failed_at_to_rule.sql b/packages/db/migrations/0169.do.add_failed_at_to_rule.sql similarity index 100% rename from packages/db/migrations/0168.do.add_failed_at_to_rule.sql rename to packages/db/migrations/0169.do.add_failed_at_to_rule.sql diff --git a/packages/db/migrations/0168.undo.add_failed_at_to_rule.sql b/packages/db/migrations/0169.undo.add_failed_at_to_rule.sql similarity index 100% rename from packages/db/migrations/0168.undo.add_failed_at_to_rule.sql rename to packages/db/migrations/0169.undo.add_failed_at_to_rule.sql