petabyte-research / redflags

Automagically checks and filters risky public procurements
http://www.redflags.eu/
Apache License 2.0
4 stars 4 forks source link

Anonymised database dump for development version #2

Open KrzysztofMadejski opened 8 years ago

KrzysztofMadejski commented 8 years ago
juzraai commented 8 years ago

Because of the recent modifications in #7 (language code in message keys) the dump also needs a little refactoring to work perfectly with the fresh webapp:

UPDATE te_flag SET id = replace(id, '-F-', '-F-hu.'), information = replace(information, 'flag.', 'flag.hu.');