Skip to content

Commit

Permalink
updating database to movesdb20210209 and version bumping to MOVES3.0.1
Browse files Browse the repository at this point in the history
This database update resolves issues #13, #14, #15.
  • Loading branch information
danielbizercox committed Mar 10, 2021
1 parent 0722d03 commit 54e51fa
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MOVESConfiguration.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defaultServerName = localhost
defaultDatabaseName = movesdb20201105
defaultDatabaseName = movesdb20210209
executionServerName = localhost
executionDatabaseName = MOVESExecution
outputServerName = 127.0.0.1
Expand Down
2 changes: 1 addition & 1 deletion database/Setup/SetupDatabase.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mysql -uroot -pmoves --force < CreateMOVESUser.sql
mysql -uroot -pmoves < movesdb20201105.sql
mysql -uroot -pmoves < movesdb20210209.sql
Binary file not shown.
2 changes: 1 addition & 1 deletion gov/epa/otaq/moves/master/gui/MOVESWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public class MOVESWindow extends JFrame implements ActionListener, LogHandler,
/** Name of output file that performance profiles are written to **/
static final String PERFORMANCE_PROFILER_FILE_NAME = "guiprofile.txt";
/** Date of the Current Release **/
public static final String MOVES_VERSION = "MOVES3.0.0";
public static final String MOVES_VERSION = "MOVES3.0.1";
/** directory where output db processing scripts are located **/
static final String DB_SCRIPTS_DIR = "database" + File.separator + "OutputProcessingScripts";
static final String DB_NONROAD_SCRIPTS_DIR = "database" + File.separator + "NonroadProcessingScripts";
Expand Down
2 changes: 1 addition & 1 deletion maketodo.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defaultServerName = localhost
defaultDatabaseName = movesdb20201105
defaultDatabaseName = movesdb20210209
executionServerName = localhost
executionDatabaseName = *
outputServerName = localhost
Expand Down

0 comments on commit 54e51fa

Please sign in to comment.