~eda-qa/brainbrain/main

« back to all changes in this revision

Viewing changes to setup/finance_setup.sql

  • Committer: edA-qa mort-ora-y
  • Date: 2008-10-28 22:21:14 UTC
  • Revision ID: eda-qa@disemia.com-20081028222114-di86pxqnfdu4n263
getting local setup instructions to work, and test to work

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INSERT INTO dt_privtopic (BrainID,Name,ID,MainTopic) VALUES
 
2
        (3000,'Reference',10000,40300),
 
3
                (3000,'Definitions',10100,40300),
 
4
                (3000,'Sites',10200,40300),
 
5
                
 
6
        (3000,'News',20000,30300),
 
7
                (3000,'Technology',20100,30300),
 
8
                (3000,'Law',20200,40200),
 
9
                
 
10
        (3000,'Market',30000,40300),
 
11
                (3000,'Biofuels',30100,40300),
 
12
                (3000,'Geothermal',30200,40300),
 
13
                (3000,'Water',30300,40300),
 
14
                (3000,'Wind',30400,40300),
 
15
                (3000,'Solar',30500,40300),
 
16
                
 
17
        (3000,'Site',40000,50200)
 
18
        ;