Skip to content

Commit

Permalink
Support for certificates should probably be removed. Changed db build…
Browse files Browse the repository at this point in the history
… process to use an sql dump of current certificate tables. Fixed a bug that was preventing display of some attribute implants. Updated version to 0.3.9b.
  • Loading branch information
Bleyddyn committed May 17, 2017
1 parent eee8b3c commit 28daca4
Show file tree
Hide file tree
Showing 8 changed files with 4,101 additions and 9,199 deletions.
4 changes: 2 additions & 2 deletions dbscripts/build_dbexport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
DBEXPORT=database.sql

# This should match what's in the application's user defaults under UD_DATABASE_MIN_VERSION
DBVERSION=34
DBEXPANSION="Ascension"
DBVERSION=35
DBEXPANSION="119.5"

VERQUERY="INSERT INTO version VALUES ($DBVERSION,'$DBEXPANSION');"

Expand Down
4,095 changes: 4,095 additions & 0 deletions dbscripts/certificates.sql

Large diffs are not rendered by default.

Loading

0 comments on commit 28daca4

Please sign in to comment.