1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-28 05:12:13 +02:00

adjust readme

This commit is contained in:
Chris Lu 2018-05-27 11:14:12 -07:00
parent ab86d263c9
commit a6a6b87f1b

View file

@ -4,6 +4,8 @@ CREATE KEYSPACE seaweedfs WITH replication = {'class':'SimpleStrategy', 'replica
2. create filemeta table
USE seaweedfs;
CREATE TABLE filemeta (
directory varchar,
name varchar,