Added in importing Supplier CSV
This commit is contained in:
parent
c9fce1c887
commit
c814085630
17 changed files with 4696 additions and 23 deletions
19
share/ddl/SQLite/upgrade/26-27/001-auto.sql
Normal file
19
share/ddl/SQLite/upgrade/26-27/001-auto.sql
Normal file
|
@ -0,0 +1,19 @@
|
|||
-- Convert schema 'share/ddl/_source/deploy/26/001-auto.yml' to 'share/ddl/_source/deploy/27/001-auto.yml':;
|
||||
|
||||
;
|
||||
BEGIN;
|
||||
|
||||
;
|
||||
DROP INDEX organisations_fk_social_type_id;
|
||||
|
||||
;
|
||||
|
||||
;
|
||||
DROP INDEX organisations_external_fk_org_id;
|
||||
|
||||
;
|
||||
|
||||
;
|
||||
|
||||
COMMIT;
|
||||
|
Reference in a new issue