Revisions for wicked/scripts/sql/wicked.sql

Location: [ Horde ] / wicked / scripts / sql / wicked.sql View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.6 (+1 -6 lines) 12/12/2006 11:58 PM Chuck Hagenbuch chuck

Remove GRANT statements from SQL scripts - the horde create.* scripts
should create users with appropriate perms.

1.5 (+2 -2 lines) 03/20/2006 08:57 PM Matt Selsky selsky

Column definition should precede column constraint.

1.4 (+9 -9 lines) 03/09/2005 01:03 PM eraserhd

* Make sure all attributes in primary keys are NOT NULL.
* Versions are always stored, so they should always be NOT NULL anyway.

1.3 (+35 -27 lines) 03/04/2005 11:09 AM eraserhd

* Introduce page_id for wicked_pages, wicked_history
* Use page_id as foreign key for wicked_attachments, wicked_attachment_history
(Will be able to track changes accross rename/delete soon.)

1.2 (+3 -3 lines) 09/20/2004 11:34 PM Chuck Hagenbuch chuck

Whitespace-proof SQL scripts that might be used with Oracle.

Bug: 609

1.1 09/18/2004 04:19 PM Chuck Hagenbuch chuck

Script directory standardization.