summaryrefslogtreecommitdiff
path: root/project2/sql/unittests/pqschema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'project2/sql/unittests/pqschema.sql')
-rw-r--r--project2/sql/unittests/pqschema.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/project2/sql/unittests/pqschema.sql b/project2/sql/unittests/pqschema.sql
index b0581ab..2c7e94a 100644
--- a/project2/sql/unittests/pqschema.sql
+++ b/project2/sql/unittests/pqschema.sql
@@ -31,3 +31,7 @@ AS $tag$
WHERE string != 'complex '' string;';
$tag$;
+CREATE TABLE bulktest(
+ id int,
+ string text);
+