]> git.ipfire.org Git - people/ms/libloc.git/commit
location-importer.in: add source column for overrides as well
authorPeter Müller <peter.mueller@ipfire.org>
Tue, 8 Jun 2021 09:55:40 +0000 (09:55 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Jun 2021 08:54:31 +0000 (08:54 +0000)
commit39ee312056270a9a7826be2f04f03487aeb1443f
tree6c554e2abc16212361d9eb41cc795995ca6081c0
parent92403f3910c7a1aa576fc56953ec931ebfffd107
location-importer.in: add source column for overrides as well

This allows us to track changes introduced by IP feeds from 3rd parties,
such as Amazon AWS, on the SQL server side.

In order not to break existing tables (which would required TRUNCATE),
there currently is no constraint set for the new column, but "NOT NULL"
is planned in the future.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/location-importer.in