Sha256: ee5a3a1a98e199df1db0dadaada7f20ac6a9b77f5ca231f087540fbac6d608f0
Contents?: true
Size: 249 Bytes
Versions: 106
Compression:
Stored size: 249 Bytes
Contents
class InsertInitialData < ActiveRecord::Migration[5.2] # Historical. We no longer rely on this migration to insert the initial data into # the database. Instead we recommend `rake db:bootstrap`. def self.up end def self.down end end
Version data entries
106 entries across 106 versions & 1 rubygems