The unified diff between revisions [29881737..] and [535bb2a6..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'sql/init.sql'
# # # patch "sql/init.sql" # from [14a69e794604ec9b377aeb9ae9dc11a70e1d6565] # to [25b962a1cc0f9df2d96a6245ed63b969c460cc93] # ============================================================ --- sql/init.sql 14a69e794604ec9b377aeb9ae9dc11a70e1d6565 +++ sql/init.sql 25b962a1cc0f9df2d96a6245ed63b969c460cc93 @@ -1,4 +1,4 @@ -CREATE TABLE results ( +CREATE TABLE proktos_results ( updated timestamp without time zone, address inet, plugin_name varchar(256), @@ -10,7 +10,7 @@ CREATE TABLE results ( advice text ); -CREATE TABLE urgency ( +CREATE TABLE proktos_urgency ( urgency integer, description varchar(256) );