2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-08 09:55:22 +00:00

change requests from isc

# Conflicts:
#	src/bin/admin/tests/data/pgsql.lease6_dump_test.reference.csv
This commit is contained in:
Tomek Mrugalski
2016-06-23 14:30:29 +02:00
parent 07b7b23d04
commit d47b8dfe5a
19 changed files with 606 additions and 285 deletions

View File

@@ -95,11 +95,6 @@ COMMIT;
# This table is only modified during schema upgrades. For historical reasons
# (related to the names of the columns in the BIND 10 DNS database file), the
# first column is called "version" and not "major".
#
# NOTE: this MUST be kept in step with src/lib/dhcpsrv/tests/schema_copy.h,
# which defines the schema for the unit tests. If you are updating
# the version number, the schema has changed: please ensure that
# schema_copy.h has been updated as well.
CREATE TABLE schema_version (
version INT PRIMARY KEY NOT NULL, # Major version number
minor INT # Minor version number