X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=schema.sql;h=3cf175b3d12dfb28f3e7cc75e5c92113ae1039ad;hb=cc2d3611ed50f5965a9138ffaf3262417993c4f8;hp=e0f16a640c717e7af1152a18ab9ee73f31ed9e44;hpb=1b39ce3ff11a0c7cc742dc3f1aae2161df7cc6ab;p=cumulus.git diff --git a/schema.sql b/schema.sql index e0f16a6..3cf175b 100644 --- a/schema.sql +++ b/schema.sql @@ -8,7 +8,8 @@ create table snapshots ( snapshotid integer primary key, name text not null, scheme text, - timestamp real + timestamp real, + intent real ); -- List of segments which have been created.