]> git.mjollnir.org Git - moodle.git/commitdiff
missing comma inserted line 752, removed comma from line 753
authorrtcn2 <rtcn2>
Thu, 31 Aug 2006 19:47:54 +0000 (19:47 +0000)
committerrtcn2 <rtcn2>
Thu, 31 Aug 2006 19:47:54 +0000 (19:47 +0000)
lib/db/postgres7.sql

index a9293b9a1a010d95c74423306e1f3fd88151c789..e4f6c32aeba6bc7dafc955ca9d37afacd0d2fad0 100644 (file)
@@ -749,8 +749,8 @@ CREATE TABLE prefix_capabilities (
   name varchar(255) NOT NULL default '',     
   captype varchar(50) NOT NULL default '',   
   contextlevel integer NOT NULL default 0,   
-  component varchar(100) NOT NULL default ''     
-  riskbitmask integer NOT NULL default 0,   
+  component varchar(100) NOT NULL default '',     
+  riskbitmask integer NOT NULL default 0   
 );         
 CREATE UNIQUE INDEX prefix_capabilities_name_idx ON prefix_capabilities (name);
 
@@ -779,4 +779,4 @@ INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('message'
 INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('message', 'add contact', 'user', 'firstname||\' \'||lastname');
 INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('message', 'remove contact', 'user', 'firstname||\' \'||lastname');
 INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('message', 'block contact', 'user', 'firstname||\' \'||lastname');
-INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('message', 'unblock contact', 'user', 'firstname||\' \'||lastname');
+INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('message', 'unblock contact', 'user', 'firstname||\' \'||lastname');
\ No newline at end of file