Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zonemaster
zonemaster-backend
Commits
8be1a7fc
Commit
8be1a7fc
authored
Apr 19, 2022
by
Alexandre
Browse files
Store index in BIGINT in "result_entries"
parent
95fde080
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Zonemaster/Backend/DB/PostgreSQL.pm
View file @
8be1a7fc
...
...
@@ -103,7 +103,7 @@ sub create_db {
$dbh
->
do
(
'
CREATE TABLE IF NOT EXISTS result_entries (
id
serial
primary key,
id
BIGSERIAL
primary key,
hash_id VARCHAR(16) not null,
level varchar(15) not null,
module varchar(255) not null,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment