thirteen-tien-len/db/migrate/20231129171945_add_telegram_subscriber_ids_to_bot.rb
2023-11-29 18:08:16 +00:00

6 lines
144 B
Ruby

class AddTelegramSubscriberIdsToBot < ActiveRecord::Migration[6.1]
def change
add_column :bots, :telegram_subscriber_ids, :text
end
end