User Tools

Site Tools


podoc:bulk_update_rule_id_sequence_sql_sequence

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
podoc:bulk_update_rule_id_sequence_sql_sequence [2007/04/18 11:09] Luudpodoc:bulk_update_rule_id_sequence_sql_sequence [2007/04/23 14:36] (current) Luud
Line 15: Line 15:
 === Schema === === Schema ===
  
-<code>+<code sql>
 create sequence bulk_update_rule_id_sequence start 1; create sequence bulk_update_rule_id_sequence start 1;
 </code> </code>
Line 37: Line 37:
 = Version 2.23 = = Version 2.23 =
  
-<code>+<code sql>
 create sequence bulk_update_rule_id_sequence start 1; create sequence bulk_update_rule_id_sequence start 1;
 </code> </code>
Line 43: Line 43:
 = Version 2.32 = = Version 2.32 =
  
-<code>+<code sql>
 -- Drop the bulk update table -- Drop the bulk update table
 drop sequence bulk_update_rule_id_sequence; drop sequence bulk_update_rule_id_sequence;
 </code> </code>
  
podoc/bulk_update_rule_id_sequence_sql_sequence.txt · Last modified: 2007/04/23 14:36 by Luud