aboutsummaryrefslogtreecommitdiff
path: root/res/sql/data/pg_items.sql
diff options
context:
space:
mode:
Diffstat (limited to 'res/sql/data/pg_items.sql')
-rw-r--r--res/sql/data/pg_items.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/sql/data/pg_items.sql b/res/sql/data/pg_items.sql
new file mode 100644
index 0000000..42413ca
--- /dev/null
+++ b/res/sql/data/pg_items.sql
@@ -0,0 +1,6 @@
1INSERT INTO ITEMS (UUID, USER_UUID, START_DATE, END_DATE, ITEM_NAME, SHORT_DESC, LONG_DESC, INITIAL_PRICE) VALUES
2 ('0C98CCCC-21A5-C9B1-E050-D7936EBE02BF', '0C99BEF9-375F-3E4A-E050-D7936EBE2782', '2013-03-15 00:00:00.000000',
3 '2013-07-01 23:59:59.999999', 'Audi A3', 'Voiture', 'Bonne voiture bon état pas cher', 12900.00);
4INSERT INTO ITEMS (UUID, USER_UUID, START_DATE, END_DATE, ITEM_NAME, SHORT_DESC, LONG_DESC, INITIAL_PRICE) VALUES
5 ('0C98CCCC-219B-C9B1-E050-D7936EBE02BF', '0C99BEF9-3760-3E4A-E050-D7936EBE2782', '2013-04-25 00:00:00.000000',
6 '2013-05-25 23:59:59.999999', 'Harley-Davidson', 'Moto', 'Alors une moto ça roule sur deux roues.', 25000.00);