]> git.ipfire.org Git - location/libloc.git/commit
importer: Create an extra table for feeds
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 Mar 2024 09:23:30 +0000 (09:23 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 Mar 2024 09:23:30 +0000 (09:23 +0000)
commit7808c8b7daaed7da152424b527b3fb39e482792d
treef5dc35e77b8b40def71bf90ae2870572ff0952b3
parent41f5a7253f04ef1cf57ba6e2fc05ed7e0636ad47
importer: Create an extra table for feeds

We are currently using the overrides table to import any third-party
feeds. That creates the problem that those tables can only hold one row
for each AS which we cannot easily merge without losing the source of
the information.

Therefore this patch creates a new table which allow us to store this
information per feed and we will use that information if there is no
overrides information.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/location-importer.in