Skip to content

Commit f10878b

Browse files
Merge pull request #214 from cedarcode/schema
Fix schema.rb
2 parents e39b551 + e5bf00e commit f10878b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema[7.1].define(version: 2020_04_11_210422) do
13+
ActiveRecord::Schema[8.0].define(version: 2020_04_11_210422) do
1414
create_table "credentials", force: :cascade do |t|
1515
t.string "external_id"
1616
t.string "public_key"

0 commit comments

Comments
 (0)