From e8c58b866db61cb60aef1d13bfe05eb5e7afe610 Mon Sep 17 00:00:00 2001 From: Dat Tang Date: Wed, 3 Sep 2025 09:03:34 +0200 Subject: [PATCH] Replace a moved file with symlink --- runbooks/regular_migrations.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) mode change 100644 => 120000 runbooks/regular_migrations.md diff --git a/runbooks/regular_migrations.md b/runbooks/regular_migrations.md deleted file mode 100644 index 118cfb96..00000000 --- a/runbooks/regular_migrations.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -tags: - - auto-deploy ---- - -# Regular Schema Migrations - -> [!note] -> **MOVED:** See the [document on migrations](./migrations.md) for more information on regular schema migrations. diff --git a/runbooks/regular_migrations.md b/runbooks/regular_migrations.md new file mode 120000 index 00000000..63fe1ff5 --- /dev/null +++ b/runbooks/regular_migrations.md @@ -0,0 +1 @@ +migrations.md \ No newline at end of file -- GitLab