Skip to content

Commit cfc7e76

Browse files
committed
fix db schema and name
1 parent 4c3c547 commit cfc7e76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

db/schema.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
t.string "cfpStartDate"
2727
t.string "cfpEndDate"
2828
t.string "cfpUrl"
29+
t.string "twitter"
2930
t.datetime "created_at", null: false
3031
t.datetime "updated_at", null: false
3132
t.string "emails"
@@ -41,10 +42,9 @@
4142
t.boolean "offersSignLanguageOrCC", default: false
4243
t.boolean "online", default: false
4344
t.string "locales"
44-
t.string "bluesky"
4545
t.string "github"
4646
t.string "mastodon"
47-
t.string "twitter"
47+
t.string "bluesky"
4848
t.index ["uuid"], name: "index_conferences_on_uuid", unique: true
4949
end
5050

0 commit comments

Comments
 (0)