Skip to content

Commit bb7f2e9

Browse files
committed
fix
1 parent fe0da2b commit bb7f2e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/schema.rb

Lines changed: 2 additions & 2 deletions
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[8.0].define(version: 2026_02_15_133000) do
13+
ActiveRecord::Schema[8.0].define(version: 2026_02_15_130000) do
1414
create_table "admin_profiles", charset: "utf8mb4", collation: "utf8mb4_unicode_ci", force: :cascade do |t|
1515
t.bigint "conference_id", null: false
1616
t.string "name"
@@ -30,7 +30,7 @@
3030
t.datetime "publish_time", precision: nil
3131
t.text "body", size: :medium, collation: "utf8mb4_0900_ai_ci"
3232
t.boolean "publish"
33-
t.integer "receiver", null: false
33+
t.integer "receiver", default: 0, null: false
3434
t.index ["conference_id"], name: "index_announcements_on_conference_id"
3535
end
3636

0 commit comments

Comments
 (0)