Show
Ignore:
Timestamp:
11/23/03 20:01:37 (20 years ago)
Author:
jalet
Message:

Job price added to history

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/postgresql/upgrade-to-1.16.sql

    r1201 r1203  
    2020-- 
    2121-- $Log$ 
     22-- Revision 1.2  2003/11/23 19:01:36  jalet 
     23-- Job price added to history 
     24-- 
    2225-- Revision 1.1  2003/11/21 14:29:14  jalet 
    2326-- Forgot to add this file... 
     
    3942-- Modify the old database schema 
    4043-- 
     44ALTER TABLE jobhistory ADD COLUMN jobprice FLOAT; 
    4145ALTER TABLE jobhistory ADD COLUMN filename TEXT; 
    4246ALTER TABLE jobhistory ADD COLUMN title TEXT;