Now we are also getting the roles, etc from the old db
This commit is contained in:
parent
2474e3ef25
commit
c7f464ebc2
12
DB/db.cmd
12
DB/db.cmd
@ -2,11 +2,11 @@
|
|||||||
"\Program Files\PostgreSQL\11\bin\createdb.exe" -U postgres petty
|
"\Program Files\PostgreSQL\11\bin\createdb.exe" -U postgres petty
|
||||||
..\env\Scripts\initdb.exe ..\development.ini
|
..\env\Scripts\initdb.exe ..\development.ini
|
||||||
..\env\Scripts\fixtures.exe ..\development.ini
|
..\env\Scripts\fixtures.exe ..\development.ini
|
||||||
rem "\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < a-Roles.sql
|
"\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < a-Roles.sql
|
||||||
rem "\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < b-Permissions.sql
|
"\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < b-Permissions.sql
|
||||||
rem "\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < c-RolePermissions.sql
|
"\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < c-RolePermissions.sql
|
||||||
rem "\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < d-Users.sql
|
"\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < d-Users.sql
|
||||||
rem "\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < e-UserRoles.sql
|
"\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < e-UserRoles.sql
|
||||||
"\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < f-Customers.sql
|
"\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < f-Customers.sql
|
||||||
"\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < g-FoodTables.sql
|
"\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < g-FoodTables.sql
|
||||||
"\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < h-Taxes.sql
|
"\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < h-Taxes.sql
|
||||||
@ -25,4 +25,4 @@ rem "\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < e-UserRoles.
|
|||||||
REM "\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < u-ProductGroupModifiers.sql
|
REM "\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < u-ProductGroupModifiers.sql
|
||||||
REM "\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < v-Reprints.sql
|
REM "\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < v-Reprints.sql
|
||||||
REM "\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < w-Settings.sql
|
REM "\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < w-Settings.sql
|
||||||
REM "\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < x-VoucherSettlements.sql
|
"\Program Files\PostgreSQL\11\bin\psql.exe" -U postgres petty < x-VoucherSettlements.sql
|
Loading…
x
Reference in New Issue
Block a user