summaryrefslogtreecommitdiff
path: root/db/migrate/20210301200959_init_schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20210301200959_init_schema.rb')
-rw-r--r--db/migrate/20210301200959_init_schema.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/db/migrate/20210301200959_init_schema.rb b/db/migrate/20210301200959_init_schema.rb
deleted file mode 100644
index df68927d79a..00000000000
--- a/db/migrate/20210301200959_init_schema.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# frozen_string_literal: true
-
-class InitSchema < ActiveRecord::Migration[6.0]
- DOWNTIME = false
-
- def up
- execute(IO.read("db/init_structure.sql"))
- end
-
- def down
- raise ActiveRecord::IrreversibleMigration, "The initial migration is not revertable"
- end
-end