Skip to content

Commit 9ad877a

Browse files
Update db-table.sql to increase inventory size to 1M products and ensure no conflicts on insert
1 parent 8c427d1 commit 9ad877a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

administration/extensions.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* psql -d database_name -f administration/extensions.sql
77
*
88
* Requirements:
9-
* - PostgreSQL 9.1+
9+
* - PostgreSQL 15+
1010
* - Privileges: Any user (reads from pg_extension catalog)
1111
*
1212
* Output:
@@ -30,4 +30,4 @@ FROM pg_extension e
3030
JOIN pg_namespace n ON n.oid = e.extnamespace
3131
LEFT JOIN pg_description c ON c.objoid = e.oid
3232
AND c.classoid = 'pg_extension'::regclass
33-
ORDER BY e.extname;
33+
ORDER BY e.extname;

0 commit comments

Comments
 (0)