Sha256: 0e789162a837c0e2607bf8c716ed829448ea652ab585a77a389869f9292621f4
Contents?: true
Size: 158 Bytes
Versions: 2
Compression:
Stored size: 158 Bytes
Contents
# typed: true class AddFieldToUserTextCopy < ActiveRecord::Migration[6.0] def change add_column :user_text_copies, :pasting_started, :boolean end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
ezii-browser-1.0.0 | server/redux-os/db/migrate/20191002154809_add_field_to_user_text_copy.rb |
mega-os-1.0.0 | db/migrate/20191002154809_add_field_to_user_text_copy.rb |