/[webpac2]/trunk/conf/ffcasopisi/schema.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/conf/ffcasopisi/schema.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1268 - (hide annotations)
Tue Aug 11 12:23:14 2009 UTC (14 years, 9 months ago) by mglavica
File size: 364 byte(s)
work on journals data conversion

1 mglavica 1268 drop table if exists sig;
2     create table sig (
3     id serial,
4     zbirka text,
5     mfn integer,
6     signatura text,
7     biljeska text,
8     naslov text,
9     issn text,
10     fond text
11     );
12    
13    
14     drop table if exists isis;
15     create table isis (
16     id serial,
17     sig text,
18     zbirka text,
19     mfn integer,
20     zemlja text,
21     naslov text,
22     issn text,
23     f210d text,
24     f207a text,
25     f326 text,
26     f215a text,
27     f991b text
28     );

  ViewVC Help
Powered by ViewVC 1.1.26