We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a01ed7 commit 85fd81aCopy full SHA for 85fd81a
spec/legacy_dummy/db/schema.sqlite.rb
@@ -12,7 +12,7 @@
12
#
13
# It's strongly recommended that you check this file into your version control system.
14
15
-ActiveRecord::Schema[7.2].define(version: 20_250_307_104_536) do
+ActiveRecord::Schema.define(version: 20_250_307_104_536) do
16
create_table 'accounts', force: :cascade do |t|
17
t.string 'email'
18
t.string 'password_digest'
0 commit comments