Remove old migration 003_rename_documents_to_files.rb
https://claude.ai/code/session_018Ym45siELMvsBQj4w9QAXf
change
commit a05016b89b666308fc5ae26f17cc7947190ed8d7
author Alpha Chen <alpha@kejadlen.dev>
date
parent 32c3d55e
diff --git a/db/migrate/003_rename_documents_to_files.rb b/db/migrate/003_rename_documents_to_files.rb
deleted file mode 100644
index 369e9aa..0000000
--- a/db/migrate/003_rename_documents_to_files.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# frozen_string_literal: true
-
-Sequel.migration do
-  change do
-    rename_table :documents, :files
-  end
-end