Sha256: 09e9e82e3949f41e1162ec7bc6f9e989198cf235c8266d2d8f468e91c7fd2b47
Contents?: true
Size: 447 Bytes
Versions: 2
Compression:
Stored size: 447 Bytes
Contents
class CreateMaestranoConnectorRailsSynchronizations < ActiveRecord::Migration def change create_table :maestrano_connector_rails_synchronizations do |t| t.integer :organization_id t.string :status t.text :message t.boolean :partial, default: false t.timestamps null: false end add_index :maestrano_connector_rails_synchronizations, :organization_id, name: 'synchronization_orga_id_index' end end
Version data entries
2 entries across 2 versions & 1 rubygems