Mercurial > hg > rc1
view SQL/sqlite/2013011000.sql @ 2:c828b0fd4a6e
fix missing line to store changed labels
| author | Charlie Root |
|---|---|
| date | Fri, 05 Jan 2018 14:17:23 -0500 |
| parents | 1e000243b222 |
| children |
line wrap: on
line source
-- Updates from version 0.9-beta CREATE TABLE IF NOT EXISTS system ( name varchar(64) NOT NULL PRIMARY KEY, value text NOT NULL );
