diff options
Diffstat (limited to 'src/schema.sql')
-rw-r--r-- | src/schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema.sql b/src/schema.sql index 4ac3d84..48aacb0 100644 --- a/src/schema.sql +++ b/src/schema.sql @@ -10,7 +10,7 @@ CREATE TABLE entities ( ); CREATE TABLE access_log ( - id serial NOT NULL, + id bigint GENERATED ALWAYS AS IDENTITY, hostname bigint NOT NULL, virtual_host bigint NOT NULL, remoteip inet NOT NULL, |