Author: poeml Date: Sat May 12 00:50:29 2012 New Revision: 8292 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8292&view=rev Log: SQL scheme for new installations: add the new column named "ipv6_only". Thanks George Koutras for the report! Modified: trunk/sql/schema-postgresql.sql Modified: trunk/sql/schema-postgresql.sql URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/sql/schema-postgresql.sql?rev=8292&r1=8291&r2=8292&view=diff ============================================================================== --- trunk/sql/schema-postgresql.sql (original) +++ trunk/sql/schema-postgresql.sql Sat May 12 00:50:29 2012 _at_@ -93,6 +93,7 @@ "country" varchar(2) NOT NULL, "asn" integer NOT NULL, "prefix" varchar(18) NOT NULL, + "ipv6_only" boolean NOT NULL default 'f', "score" smallint NOT NULL, "scan_fpm" integer NOT NULL, "last_scan" timestamp with time zone NULL, _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Fri May 11 2012 - 22:50:30 GMT
This archive was generated by hypermail 2.3.0 : Fri May 11 2012 - 22:57:05 GMT