http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88656

Revision: 88656
Author:   jeroendedauw
Date:     2011-05-23 17:38:26 +0000 (Mon, 23 May 2011)
Log Message:
-----------
rem debug code

Modified Paths:
--------------
    trunk/extensions/SemanticWatchlist/SemanticWatchlist.sql

Modified: trunk/extensions/SemanticWatchlist/SemanticWatchlist.sql
===================================================================
--- trunk/extensions/SemanticWatchlist/SemanticWatchlist.sql    2011-05-23 
17:38:11 UTC (rev 88655)
+++ trunk/extensions/SemanticWatchlist/SemanticWatchlist.sql    2011-05-23 
17:38:26 UTC (rev 88656)
@@ -14,13 +14,6 @@
   group_concepts           BLOB                NOT NULL -- Concept names
 ) /*$wgDBTableOptions*/;
 
---INSERT INTO mw_swl_groups 
(group_name,group_categories,group_namespaces,group_properties,group_concepts) 
VALUES ('foo', 'Locations|People', '', 'Has coordinates|Has age|Has 
occupation', '');
---INSERT INTO mw_swl_groups 
(group_name,group_categories,group_namespaces,group_properties,group_concepts) 
VALUES ('bar', '', 102, '', '');
---INSERT INTO mw_swl_groups 
(group_name,group_categories,group_namespaces,group_properties,group_concepts) 
VALUES ('baz', 'Customers', 102, 'Has contract status', '');
---INSERT INTO mw_swl_users_per_group (upg_group_id,upg_user_id) VALUES(1,1);
---INSERT INTO mw_swl_sets (set_user_name,set_page_id,set_time) 
VALUES('jeroen',1,20110517171422);
---INSERT INTO mw_swl_changes 
(change_set_id,change_property,change_old_value,change_new_value) VALUES(1,'has 
foobar','baz','bar');
-
 -- List of all changes made to properties.
 CREATE TABLE IF NOT EXISTS /*$wgDBprefix*/swl_changes (
   change_id                INT(10) unsigned    NOT NULL auto_increment PRIMARY 
KEY,


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to