diff --git a/db/migrate/20250426130000_create_channel_voice.rb b/db/migrate/20250426130000_create_channel_voice.rb deleted file mode 100644 index 18a3a8cf3..000000000 --- a/db/migrate/20250426130000_create_channel_voice.rb +++ /dev/null @@ -1,15 +0,0 @@ -class CreateChannelVoice < ActiveRecord::Migration[7.0] - def change - create_table :channel_voice do |t| - t.string :phone_number, null: false - t.string :provider, null: false, default: 'twilio' - t.jsonb :provider_config, null: false - t.integer :account_id, null: false - t.jsonb :additional_attributes, default: {} - - t.timestamps - - t.index :phone_number, unique: true - end - end -end \ No newline at end of file