mirror of https://github.com/docusealco/docuseal
1. rails dbconsole -p <<< "DELETE FROM schema_migrations WHERE version = '20250603105556';" 2. rails db:migrate Confirm fix: 1. rails dbconsole -p <<< "\dt search_entries" 2. rails console > Template.first.destroypull/501/head
parent
c6eac5d543
commit
c69fdc496f
@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class CreateSearchEnties < ActiveRecord::Migration[8.0]
|
||||
class CreateSearchEntries < ActiveRecord::Migration[8.0]
|
||||
def up
|
||||
return unless adapter_name == 'PostgreSQL'
|
||||
|
||||
Loading…
Reference in new issue