Commit Graph

18 Commits

Author SHA1 Message Date
Thomas Rubini
ef5ed73c9e
added REACTION_UUID field to Reaction 2023-03-26 15:42:22 +02:00
Thomas Rubini
135c91ad19
use text utility methods when possible 2023-03-25 20:41:04 +01:00
Thomas Rubini
25e29d5c33
refactor SQL relationship names 2023-03-25 20:37:15 +01:00
Thomas Rubini
55018c90bb
add utility fucntions to query texts from locales 2023-03-25 20:16:48 +01:00
Thomas Rubini
066943d8a8
change reaction import system to read from a directory + add default npc image 2023-03-19 11:11:52 +01:00
Thomas Rubini
23dc6962d8
add npc reaction images to database 2023-03-19 10:43:27 +01:00
Thomas Rubini
3aae90aab8
add autoincrement to some primary keys 2023-03-19 10:29:13 +01:00
Thomas Rubini
969ef67c08
add traits back office view 2023-03-18 18:41:38 +01:00
Thomas Rubini
25851dc8a3
add backrefs to models 2023-03-18 15:48:58 +01:00
51edb750ce fixed code to use new model 2023-03-15 15:06:44 +01:00
278ed41630 fixed code to use new model 2023-03-14 17:56:20 +01:00
Thomas Rubini
b10c87dcc5
add Text table because foreign keys must reference an unique column 2023-03-12 00:03:09 +01:00
Thomas Rubini
fe32c7d394
modify Answer table 2023-03-11 22:58:06 +01:00
Thomas Rubini
272cb1b3bd
change foreign keys refs 2023-03-11 17:55:50 +01:00
Thomas Rubini
9419324aa2
update string representations of tables 2023-03-11 17:14:35 +01:00
Thomas Rubini
c450bd36b0
Modify Question table and rename to QuestionType 2023-03-11 17:10:10 +01:00
Thomas Rubini
5f84794e24
Modify Locale table 2023-03-11 17:06:21 +01:00
Thomas Rubini
42e4b43f0c
Do not link SQLAlchemy models to Flask 2023-03-09 14:40:42 +01:00