Added transy to the applications table and found a better graphic for transy

This commit is contained in:
jengo 2000-09-28 06:56:00 +00:00
parent 1ed610ff0d
commit d354b87a24
3 changed files with 3 additions and 1 deletions

View File

@ -59,6 +59,7 @@ insert into applications (app_name, app_title, app_enabled, app_order, app_table
insert into applications (app_name, app_title, app_enabled, app_order, app_tables) values ('email', 'Email', 1, 10,NULL);
insert into applications (app_name, app_title, app_enabled, app_order, app_tables) values ('nntp', 'NNTP', 1, 11, 'newsgroups,users_newsgroups');
insert into applications (app_name, app_title, app_enabled, app_order, app_tables) values ('cron_apps', 'cron_apps', 0, 0, NULL);
insert into applications (app_name, app_title, app_enabled, app_order, app_tables) values ('transy', 'Translation Manager', 0, 12, NULL);
CREATE TABLE accounts (
account_id int(11) DEFAULT '0' NOT NULL auto_increment,

View File

@ -91,6 +91,7 @@ insert into applications (app_name, app_title, app_enabled, app_order, app_table
insert into applications (app_name, app_title, app_enabled, app_order, app_tables) values ('email', 'Email', 1, 10,NULL);
insert into applications (app_name, app_title, app_enabled, app_order, app_tables) values ('nntp', 'NNTP', 1, 11, 'newsgroups,users_newsgroups');
insert into applications (app_name, app_title, app_enabled, app_order, app_tables) values ('cron_apps', 'cron_apps', 0, 0, NULL);
insert into applications (app_name, app_title, app_enabled, app_order, app_tables) values ('transy', 'Translation Manager', 0, 12, NULL);
--------------
-- ACCOUNTS --

View File

@ -58,7 +58,7 @@ insert into applications (app_name, app_title, app_enabled, app_order, app_table
insert into applications (app_name, app_title, app_enabled, app_order, app_tables) values ('email', 'Email', 1, 10,NULL);
insert into applications (app_name, app_title, app_enabled, app_order, app_tables) values ('nntp', 'NNTP', 1, 11, 'newsgroups,users_newsgroups');
insert into applications (app_name, app_title, app_enabled, app_order, app_tables) values ('cron_apps', 'cron_apps', 0, 0, NULL);
insert into applications (app_name, app_title, app_enabled, app_order, app_tables) values ('transy', 'Translation Manager', 0, 12, NULL);
create table accounts (
account_id serial,