mirror of
https://github.com/dg/dibi.git
synced 2025-08-28 16:29:50 +02:00
tests: fixes
This commit is contained in:
@@ -9,9 +9,9 @@ CREATE TABLE products (
|
||||
);
|
||||
|
||||
INSERT INTO products (product_id, title) VALUES
|
||||
(1, 'Chair'),
|
||||
(2, 'Table'),
|
||||
(3, 'Computer');
|
||||
(1, 'Chair'),
|
||||
(2, 'Table'),
|
||||
(3, 'Computer');
|
||||
SELECT setval('products_product_id_seq', 3, TRUE);
|
||||
|
||||
CREATE INDEX title ON products USING btree (title);
|
||||
|
Reference in New Issue
Block a user