We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee76ef commit 76c8252Copy full SHA for 76c8252
lua/grapple/migrations.lua
@@ -19,10 +19,10 @@ function migrations.migrate(save_dir)
19
20
local migration_list = {
21
-- Give two weeks migration time. Delete 12-12-2022
22
- "20221126_save_as_individual_files",
+ -- "20221126_save_as_individual_files",
23
24
-- Give two weeks migration time. Delete 14-12-2022
25
- "20221130_separate_named_and_indexed_tags",
+ -- "20221130_separate_named_and_indexed_tags",
26
}
27
28
for _, migration_name in ipairs(migration_list) do
0 commit comments