-- New lease state for address registration
INSERT INTO lease_state VALUES (4, 'registered');
--- Update the schema version number.
-UPDATE schema_version
- SET version = '29', minor = '0';
-
-- Update *_lease6_stat stored procedures to count registered leases.
-- Not *_lease6_pool_stat because a registered address in not from a pool
-- Not *_lease6_stat_by_client_class because it is for state 0 only
END $$
DELIMITER ;
+-- Update the schema version number.
+UPDATE schema_version
+ SET version = '29', minor = '0';
+
-- This line concludes the schema upgrade to version 29.0.
EOF