Update stagfs.conf.example

parent 0ae2f7ae
create table tags ( id bigint(20) AUTO_INCREMENT NOT NULL, overlay varchar(1024) NOT NULL, filepath varchar(1024) NOT NULL, ttype_id bigint(20) NOT NULL, tid bigint(20) NOT NULL, PRIMARY KEY (id), KEY ttype_id (ttype_id), KEY tid (tid), KEY overlay (overlay), KEY filepath(filepath));
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment