Update tests/queries/0_stateless/02381_rocksdb_read_only.sql

Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
This commit is contained in:
Lloyd-Pottiger 2022-08-18 16:26:16 +08:00 committed by GitHub
parent 340c8d1c18
commit 635aa52c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
-- Tags: no-fasttest
DROP TABLE IF EXISTS 02381_test;
CREATE TABLE 02381_test (key UInt64, value String) Engine=EmbeddedRocksDB("0", "true") PRIMARY KEY(key);