Changeset 2147 for pykota/trunk/initscripts
- Timestamp:
- 03/06/05 17:52:43 (20 years ago)
- Location:
- pykota/trunk/initscripts
- Files:
-
- 7 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/mysql/pykota-mysql.sql
r2146 r2147 18 18 -- 19 19 -- $Id$ 20 --21 -- $Log$22 -- Revision 1.2 2005/01/17 08:44:24 jalet23 -- Modified copyright years24 --25 -- Revision 1.1 2004/06/20 19:14:20 jalet26 -- Added first draft of MySQL initialization script27 --28 20 -- 29 21 -- -
pykota/trunk/initscripts/postgresql/pykota-postgresql.sql
r2146 r2147 18 18 -- 19 19 -- $Id$ 20 --21 -- $Log$22 -- Revision 1.16 2005/02/13 22:02:29 jalet23 -- Big database structure changes. Upgrade script is now included as well as24 -- 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 jalet30 -- Added a few indexes for the database31 --32 -- Revision 1.14 2005/01/17 08:44:24 jalet33 -- Modified copyright years34 --35 -- Revision 1.13 2005/01/10 23:23:25 jalet36 -- Added the billing code to the history37 --38 -- Revision 1.12 2004/12/23 18:40:18 jalet39 -- Added the coefficient table, and many columns to existing tables40 --41 -- Revision 1.11 2004/06/20 16:15:21 jalet42 -- Added "description" attribute for printers43 --44 -- Revision 1.10 2004/06/03 23:14:09 jalet45 -- 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 jalet51 -- Added hostname field in job history52 --53 -- Revision 1.8 2004/01/08 14:10:32 jalet54 -- Copyright year changed.55 --56 -- Revision 1.7 2003/12/27 16:49:25 uid6746757 -- Should be ok now.58 --59 -- Revision 1.6 2003/11/23 19:01:36 jalet60 -- Job price added to history61 --62 -- Revision 1.5 2003/11/21 14:28:45 jalet63 -- More complete job history.64 --65 -- Revision 1.4 2003/07/16 21:53:07 jalet66 -- Really big modifications wrt new configuration file's location and content.67 --68 -- Revision 1.3 2003/07/09 20:17:07 jalet69 -- Email field added to PostgreSQL schema70 --71 -- Revision 1.2 2003/06/10 16:37:54 jalet72 -- Deletion of the second user which is not needed anymore.73 -- Added a debug configuration field in /etc/pykota.conf74 -- All queries can now be sent to the logger in debug mode, this will75 -- greatly help improve performance when time for this will come.76 --77 -- Revision 1.1 2003/06/05 07:12:31 jalet78 -- Reorganization of directories79 --80 20 -- 81 21 -- -
pykota/trunk/initscripts/postgresql/upgrade-to-1.14.sql
r2146 r2147 19 19 -- $Id$ 20 20 -- 21 -- $Log$22 -- Revision 1.3 2004/01/08 14:10:32 jalet23 -- Copyright year changed.24 --25 -- Revision 1.2 2003/07/16 21:53:07 jalet26 -- Really big modifications wrt new configuration file's location and content.27 --28 -- Revision 1.1 2003/07/09 20:17:07 jalet29 -- Email field added to PostgreSQL schema30 --31 --32 --33 -- This script has to be used if you already34 -- have a pre-1.14 version of PyKota to upgrade35 -- your database schema.36 --37 -- YOU DON'T NEED TO USE IT IF YOU'VE JUST INSTALLED PYKOTA38 21 -- 39 22 -
pykota/trunk/initscripts/postgresql/upgrade-to-1.16.sql
r2146 r2147 18 18 -- 19 19 -- $Id$ 20 --21 -- $Log$22 -- Revision 1.4 2004/01/08 14:10:32 jalet23 -- Copyright year changed.24 --25 -- Revision 1.3 2003/12/27 16:49:25 uid6746726 -- Should be ok now.27 --28 -- Revision 1.2 2003/11/23 19:01:36 jalet29 -- Job price added to history30 --31 -- Revision 1.1 2003/11/21 14:29:14 jalet32 -- Forgot to add this file...33 20 -- 34 21 -- -
pykota/trunk/initscripts/postgresql/upgrade-to-1.19.sql
r2146 r2147 18 18 -- 19 19 -- $Id$ 20 --21 -- $Log$22 -- Revision 1.3 2004/06/20 16:15:21 jalet23 -- Added "description" attribute for printers24 --25 -- Revision 1.2 2004/06/03 23:14:10 jalet26 -- 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 jalet32 -- Added hostname field in job history33 20 -- 34 21 -- -
pykota/trunk/initscripts/postgresql/upgrade-to-1.21.sql
r2146 r2147 18 18 -- 19 19 -- $Id$ 20 --21 -- $Log$22 -- Revision 1.1 2005/02/13 22:15:43 jalet23 -- Missing upgrade script24 20 -- 25 21 -- -
pykota/trunk/initscripts/postgresql/VERYOLDpykota-upgrade-postgresql.sql
r2146 r2147 18 18 -- 19 19 -- $Id$ 20 --21 -- $Log$22 -- Revision 1.2 2004/01/08 14:10:32 jalet23 -- Copyright year changed.24 --25 -- Revision 1.1 2003/06/05 07:12:31 jalet26 -- Reorganization of directories27 --28 20 -- 29 21 --