Show
Ignore:
Timestamp:
03/06/05 17:52:43 (19 years ago)
Author:
jerome
Message:

Removed all references to $Log$

Location:
pykota/trunk/initscripts
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/mysql/pykota-mysql.sql

    r2146 r2147  
    1818-- 
    1919-- $Id$ 
    20 -- 
    21 -- $Log$ 
    22 -- Revision 1.2  2005/01/17 08:44:24  jalet 
    23 -- Modified copyright years 
    24 -- 
    25 -- Revision 1.1  2004/06/20 19:14:20  jalet 
    26 -- Added first draft of MySQL initialization script 
    27 -- 
    2820-- 
    2921-- 
  • pykota/trunk/initscripts/postgresql/pykota-postgresql.sql

    r2146 r2147  
    1818-- 
    1919-- $Id$ 
    20 -- 
    21 -- $Log$ 
    22 -- Revision 1.16  2005/02/13 22:02:29  jalet 
    23 -- Big database structure changes. Upgrade script is now included as well as 
    24 -- the new LDAP schema. 
    25 -- Introduction of the -o | --overcharge command line option to edpykota. 
    26 -- The output of repykota is more complete, but doesn't fit in 80 columns anymore. 
    27 -- Introduction of the new 'maxdenybanners' directive. 
    28 -- 
    29 -- Revision 1.15  2005/01/23 10:58:22  jalet 
    30 -- Added a few indexes for the database 
    31 -- 
    32 -- Revision 1.14  2005/01/17 08:44:24  jalet 
    33 -- Modified copyright years 
    34 -- 
    35 -- Revision 1.13  2005/01/10 23:23:25  jalet 
    36 -- Added the billing code to the history 
    37 -- 
    38 -- Revision 1.12  2004/12/23 18:40:18  jalet 
    39 -- Added the coefficient table, and many columns to existing tables 
    40 -- 
    41 -- Revision 1.11  2004/06/20 16:15:21  jalet 
    42 -- Added "description" attribute for printers 
    43 -- 
    44 -- Revision 1.10  2004/06/03 23:14:09  jalet 
    45 -- Now stores the job's size in bytes in the database. 
    46 -- Preliminary work on payments storage : database schemas are OK now, 
    47 -- but no code to store payments yet. 
    48 -- Removed schema picture, not relevant anymore. 
    49 -- 
    50 -- Revision 1.9  2004/05/13 11:15:29  jalet 
    51 -- Added hostname field in job history 
    52 -- 
    53 -- Revision 1.8  2004/01/08 14:10:32  jalet 
    54 -- Copyright year changed. 
    55 -- 
    56 -- Revision 1.7  2003/12/27 16:49:25  uid67467 
    57 -- Should be ok now. 
    58 -- 
    59 -- Revision 1.6  2003/11/23 19:01:36  jalet 
    60 -- Job price added to history 
    61 -- 
    62 -- Revision 1.5  2003/11/21 14:28:45  jalet 
    63 -- More complete job history. 
    64 -- 
    65 -- Revision 1.4  2003/07/16 21:53:07  jalet 
    66 -- Really big modifications wrt new configuration file's location and content. 
    67 -- 
    68 -- Revision 1.3  2003/07/09 20:17:07  jalet 
    69 -- Email field added to PostgreSQL schema 
    70 -- 
    71 -- Revision 1.2  2003/06/10 16:37:54  jalet 
    72 -- Deletion of the second user which is not needed anymore. 
    73 -- Added a debug configuration field in /etc/pykota.conf 
    74 -- All queries can now be sent to the logger in debug mode, this will 
    75 -- greatly help improve performance when time for this will come. 
    76 -- 
    77 -- Revision 1.1  2003/06/05 07:12:31  jalet 
    78 -- Reorganization of directories 
    79 -- 
    8020-- 
    8121-- 
  • pykota/trunk/initscripts/postgresql/upgrade-to-1.14.sql

    r2146 r2147  
    1919-- $Id$ 
    2020-- 
    21 -- $Log$ 
    22 -- Revision 1.3  2004/01/08 14:10:32  jalet 
    23 -- Copyright year changed. 
    24 -- 
    25 -- Revision 1.2  2003/07/16 21:53:07  jalet 
    26 -- Really big modifications wrt new configuration file's location and content. 
    27 -- 
    28 -- Revision 1.1  2003/07/09 20:17:07  jalet 
    29 -- Email field added to PostgreSQL schema 
    30 -- 
    31 -- 
    32 -- 
    33 -- This script has to be used if you already 
    34 -- have a pre-1.14 version of PyKota to upgrade 
    35 -- your database schema.  
    36 -- 
    37 -- YOU DON'T NEED TO USE IT IF YOU'VE JUST INSTALLED PYKOTA 
    3821-- 
    3922                         
  • pykota/trunk/initscripts/postgresql/upgrade-to-1.16.sql

    r2146 r2147  
    1818-- 
    1919-- $Id$ 
    20 -- 
    21 -- $Log$ 
    22 -- Revision 1.4  2004/01/08 14:10:32  jalet 
    23 -- Copyright year changed. 
    24 -- 
    25 -- Revision 1.3  2003/12/27 16:49:25  uid67467 
    26 -- Should be ok now. 
    27 -- 
    28 -- Revision 1.2  2003/11/23 19:01:36  jalet 
    29 -- Job price added to history 
    30 -- 
    31 -- Revision 1.1  2003/11/21 14:29:14  jalet 
    32 -- Forgot to add this file... 
    3320-- 
    3421-- 
  • pykota/trunk/initscripts/postgresql/upgrade-to-1.19.sql

    r2146 r2147  
    1818-- 
    1919-- $Id$ 
    20 -- 
    21 -- $Log$ 
    22 -- Revision 1.3  2004/06/20 16:15:21  jalet 
    23 -- Added "description" attribute for printers 
    24 -- 
    25 -- Revision 1.2  2004/06/03 23:14:10  jalet 
    26 -- Now stores the job's size in bytes in the database. 
    27 -- Preliminary work on payments storage : database schemas are OK now, 
    28 -- but no code to store payments yet. 
    29 -- Removed schema picture, not relevant anymore. 
    30 -- 
    31 -- Revision 1.1  2004/05/13 11:15:29  jalet 
    32 -- Added hostname field in job history 
    3320-- 
    3421-- 
  • pykota/trunk/initscripts/postgresql/upgrade-to-1.21.sql

    r2146 r2147  
    1818-- 
    1919-- $Id$ 
    20 -- 
    21 -- $Log$ 
    22 -- Revision 1.1  2005/02/13 22:15:43  jalet 
    23 -- Missing upgrade script 
    2420-- 
    2521-- 
  • pykota/trunk/initscripts/postgresql/VERYOLDpykota-upgrade-postgresql.sql

    r2146 r2147  
    1818-- 
    1919-- $Id$ 
    20 -- 
    21 -- $Log$ 
    22 -- Revision 1.2  2004/01/08 14:10:32  jalet 
    23 -- Copyright year changed. 
    24 -- 
    25 -- Revision 1.1  2003/06/05 07:12:31  jalet 
    26 -- Reorganization of directories 
    27 -- 
    2820-- 
    2921--