From 49c578cef2015a045ec8bf9eaa0a43e361119686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20B=C3=B6sche?= Date: Sat, 24 Jan 2026 21:22:39 +0100 Subject: [PATCH] Remove backup of file_share_links table migration --- go_cloud/migrations/0007_file_share_links_down.sql.bak | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 go_cloud/migrations/0007_file_share_links_down.sql.bak diff --git a/go_cloud/migrations/0007_file_share_links_down.sql.bak b/go_cloud/migrations/0007_file_share_links_down.sql.bak deleted file mode 100644 index 86c7cf6..0000000 --- a/go_cloud/migrations/0007_file_share_links_down.sql.bak +++ /dev/null @@ -1,3 +0,0 @@ --- Drop file_share_links table - -DROP TABLE IF EXISTS file_share_links; \ No newline at end of file