Bettern cmap handling. Lots of changes.

This commit is contained in:
2026-08-17 23:06:23 +02:00
parent 8997f7f94a
commit 12f1ed2764
27 changed files with 10351 additions and 217 deletions
+1
View File
@@ -131,4 +131,5 @@
(and (query-value db "SELECT to_regclass('public.users') IS NOT NULL")
(query-value db "SELECT to_regclass('public.pages') IS NOT NULL")
(query-value db "SELECT to_regclass('public.page_versions') IS NOT NULL")
(query-value db "SELECT to_regclass('public.concept_maps') IS NOT NULL")
(query-value db "SELECT to_regclass('public.sessions') IS NOT NULL")))))))