fix: Rename migration for Campaigns (#2232)

This commit is contained in:
Pranav Raj S 2021-05-07 00:56:32 +05:30 committed by GitHub
parent 2839454bc0
commit df04450ab9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
class Campaigns < ActiveRecord::Migration[6.0]
class AddCampaigns < ActiveRecord::Migration[6.0]
def change
create_table :campaigns do |t|
t.integer :display_id, null: false