Changeset 209

Show
Ignore:
Timestamp:
02/10/09 20:53:05 (10 months ago)
Author:
bettse
Message:

This is the fix for widgets, this patch will make future installs work without needing to run the alter command we used for the VMs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • elgg/trunk/mod/widget/postgres7.sql

    r36 r209  
    1515  location varchar(128) NOT NULL, 
    1616  location_id integer NOT NULL, 
    17   wcolumn integer NOT NULL
    18   display_order integer NOT NULL
     17  wcolumn integer DEFAULT '0'
     18  display_order integer DEFAULT '10'
    1919  access varchar(128) NOT NULL 
    2020) ;