Restructure
New Journal entries
Colour tabs update with wind
This commit is contained in:
fraxle
2026-08-31 15:12:45 +01:00
parent 47818fba33
commit 71860b9dd9
40 changed files with 3430 additions and 443 deletions
+8
View File
@@ -0,0 +1,8 @@
-- The solar model (environment modifier) changes the SunSoak reading just
-- as much as the profile does, so a reading needs both stored to mean
-- anything when filtering the journal/graph by "what's currently selected".
ALTER TABLE journal_entries
ADD COLUMN solar_env VARCHAR(16) NULL AFTER profile;
INSERT IGNORE INTO schema_migrations (version) VALUES ('003_add_solar_env');