Artifact fef6564fad787542f390717b20b01782f5d0c5a6:
- File sql/config.sql — part of check-in [5844dc0eeb] at 2021-03-05 04:28:40 on branch trunk — Added schema names to the various pragma SCHEMA.application_id calls. (user: stephan size: 325)
-- This file contains the schema for the database that is kept in the -- ~/.fossil file and that stores information about the users setup. -- CREATE TABLE cfg.global_config( name TEXT PRIMARY KEY, value TEXT ); -- Identifier for this file type. -- The integer is the same as 'FSLG'. PRAGMA cfg.application_id=252006675;