witten
/
luminotes
Archived
1
0
Fork 0

Adding missing step to installation.

This commit is contained in:
Dan Helfman 2008-03-17 08:24:53 +00:00
parent 94a51889f9
commit 3bc72dc165
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ PostgreSQL version:
echo "grant all on pg_ts_cfgmap to luminotes;" | psql luminotes
echo "grant all on pg_ts_dict to luminotes;" | psql luminotes
echo "grant all on pg_ts_parser to luminotes;" | psql luminotes
echo "update pg_ts_cfg set locale = 'en_US.UTF-8' where ts_name = 'default';" | psql luminotes
Initialize the database with the starting schema and default data: