Artifact bc7867eb7bac996eae6973ca77d6d657521c6cc9:
- File sql/config.sql — part of check-in [0eb0ac480a] at 2013-08-26 22:24:26 on branch trunk — Integrated build of SQL schema code. (user: stephan size: 317)
-- 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 global_config( name TEXT PRIMARY KEY, value TEXT ); -- Identifier for this file type. -- The integer is the same as 'FSLG'. PRAGMA application_id=252006675;