This commit is contained in:
2019-09-17 00:12:02 +00:00
parent 6322062dee
commit 4c5cb40f76
2 changed files with 4 additions and 2 deletions

View File

@@ -383,7 +383,7 @@ namespace AyaNova
// ******************** TESTING WIPE DB *****************************
//
//Set this to true to wipe the db and reinstall a trial license and re-seed the data
var TESTING_REFRESH_DB = true;//#######################################################################################
var TESTING_REFRESH_DB = false;//#######################################################################################
#if (DEBUG)
//TESTING

View File

@@ -1,2 +1,4 @@
REM docker start dock-pg10 dock-pgadmin
docker run --rm --name pg -p 5432:5432 -e POSTGRES_PASSWORD=raven -e POSTGRES_DB=AyaNova -d postgres:latest
REM docker run --rm --name pg -p 5432:5432 -e POSTGRES_PASSWORD=raven -e POSTGRES_DB=AyaNova -d postgres:latest
REM GONE PORTABLE INSTEAD
start C:\data\code\PostgreSQLPortable_10.4.1\postgresqlportable.exe