barcode update

This commit is contained in:
nandar
2018-07-26 09:33:20 +06:30
parent 004f801f71
commit 55554707f0
19 changed files with 36130 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
class DropTableSeller < ActiveRecord::Migration[5.0]
def change
drop_table :sellers
end
end