Artifact 926f30d3bffff34d495827c117aa9c7cf14715dd:
- File sql/config.sql — part of check-in [490dadcad9] at 2021-02-08 07:44:03 on branch trunk — Brought core SQL schemas up to date wrt fossil(1). (user: stephan size: 321)
-- 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 application_id=252006675;