Adds bank account security prefs (#19547)

* Adds bank account security prefs

* right, that's not live yet

* fucking SPACES

* okay i guess we're removing 012 again

* Use INTEGER instead of TEXT for storing preferences.
Plus other changes.

* String represent of bank security level numbers is now shown.

* Fixed typos and added suggestions

* fix explanation

* clarify which account is secure
This commit is contained in:
SonixApache
2018-09-03 22:35:52 +02:00
committed by jknpj
parent 9de74a6641
commit 6156fb9fef
9 changed files with 69 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ CREATE TABLE players (
be_special TEXT,
disabilities INTEGER,
nanotrasen_relation TEXT,
bank_security INTEGER,
UNIQUE ( player_ckey, player_slot )
);