♻️ Refactor file changes gc tasks

Make it more friendly with the current snapshoting mechanism
This commit is contained in:
Andrey Antukh
2024-10-29 18:20:05 +01:00
committed by Alonso Torres
parent 5f4af76d28
commit 32126d1874
8 changed files with 133 additions and 97 deletions

View File

@@ -421,7 +421,10 @@
:fn (mg/resource "app/migrations/sql/0132-mod-file-change-table.sql")}
{:name "0133-mod-file-table"
:fn (mg/resource "app/migrations/sql/0133-mod-file-table.sql")}])
:fn (mg/resource "app/migrations/sql/0133-mod-file-table.sql")}
{:name "0134-mod-file-change-table"
:fn (mg/resource "app/migrations/sql/0134-mod-file-change-table.sql")}])
(defn apply-migrations!
[pool name migrations]