Skip to content

Commit

Permalink
Add primary key to silence message log warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 27, 2024
1 parent cb29565 commit 3ec71bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/postgis_docker/setupdata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ CREATE TABLE qfield_test.test_points (
name text
);

ALTER TABLE qfield_test.test_points ADD PRIMARY KEY (id);

CREATE SEQUENCE qfield_test.test_points_id_seq
AS integer
START WITH 1
Expand Down

0 comments on commit 3ec71bc

Please sign in to comment.