Changeset 2954 for pykota/trunk/initscripts
- Timestamp:
- 06/21/06 09:37:16 (18 years ago)
- Location:
- pykota/trunk/initscripts
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/mysql/pykota-mysql.sql
r2903 r2954 31 31 -- Create the print quota database 32 32 -- 33 CREATE DATABASE pykota ;33 CREATE DATABASE pykota DEFAULT CHARACTER SET 'utf8'; 34 34 35 35 -- -
pykota/trunk/initscripts/postgresql/pykota-postgresql.sql
r2817 r2954 31 31 -- Create the print quota database 32 32 -- 33 CREATE DATABASE pykota ;33 CREATE DATABASE pykota WITH ENCODING='UTF-8'; 34 34 35 35 --