Login
config.sql at [0ab8c75c49]
Login

File sql/config.sql artifact bc7867eb7b part of check-in 0ab8c75c49


-- 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;