mirror of
https://github.com/we-promise/sure.git
synced 2026-04-24 22:44:14 +00:00
Add rows_to_skip config for transaction import
This commit is contained in:
5
db/migrate/20251226205942_add_rows_to_skip_to_imports.rb
Normal file
5
db/migrate/20251226205942_add_rows_to_skip_to_imports.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddRowsToSkipToImports < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :imports, :rows_to_skip, :integer, default: 0, null: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user