Browse Source

Align CQL statement

Ben Hood 12 năm trước cách đây
mục cha
commit
a26ea6fbb1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      cassandra_test.go

+ 1 - 1
cassandra_test.go

@@ -79,7 +79,7 @@ func TestCRUD(t *testing.T) {
 			views       bigint,
 			protected   boolean,
 			modified    timestamp,
-			rating		decimal,
+			rating      decimal,
 			tags        set<varchar>,
 			attachments map<varchar, text>,
 			PRIMARY KEY (title, revid)