chore: Campaign ID migration for existing accounts (#2189)

* chore: Campaign ID migration for existing accounts

* chore: update factory

* chore: minor fixes

* chore: fixes
This commit is contained in:
Sojan Jose 2021-04-30 18:45:24 +05:30 committed by GitHub
parent bd7e9d2790
commit a07200bedf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 42 additions and 15 deletions

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2021_04_28_151147) do
ActiveRecord::Schema.define(version: 2021_04_30_100138) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_stat_statements"
@ -117,7 +117,7 @@ ActiveRecord::Schema.define(version: 2021_04_28_151147) do
t.integer "display_id", null: false
t.string "title", null: false
t.text "description"
t.text "content", null: false
t.text "message", null: false
t.integer "sender_id"
t.boolean "enabled", default: true
t.bigint "account_id", null: false