(important)migrateion files changed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class CreateSalePayments < ActiveRecord::Migration[5.0]
|
||||
class CreateSalePayments < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
create_table :sale_payments, :id => false do |t|
|
||||
t.string :sale_payment_id, :limit => 16, :primary_key => true #custom primary key - to ensure consistence for cloud syncing
|
||||
|
||||
Reference in New Issue
Block a user