Skip to content

Commit 2db8bb9

Browse files
committed
[#3683] Fixed typo
1 parent 73845e4 commit 2db8bb9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/share/database/scripts/pgsql/dhcpdb_create.pgsql

-3
Original file line numberDiff line numberDiff line change
@@ -6616,9 +6616,6 @@ ALTER TABLE dhcp6_subnet
66166616
ADD COLUMN ddns_ttl_min BIGINT DEFAULT NULL,
66176617
ADD COLUMN ddns_ttl_max BIGINT DEFAULT NULL;
66186618

6619-
-- New lease state for address registration
6620-
INSERT INTO lease_state VALUES (4, 'registered');
6621-
66226619
-- Update the schema version number.
66236620
UPDATE schema_version
66246621
SET version = '28', minor = '0';

0 commit comments

Comments
 (0)