/[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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1268 by mglavica, Tue Aug 11 12:23:14 2009 UTC revision 1273 by mglavica, Wed Aug 19 14:05:30 2009 UTC
# Line 10  create table sig ( Line 10  create table sig (
10          fond text          fond text
11  );  );
12    
13    drop table if exists bibraz;
14    create table bibraz (
15            id serial,
16            mfn integer,
17            ldr7 text,
18            f008 text,
19            signatura text,
20            naslov1 text,
21            issn text,
22            naslov2 text,
23            serija text
24    );
25    
26  drop table if exists isis;  drop table if exists isis;
27  create table isis (  create table isis (
# Line 17  create table isis ( Line 29  create table isis (
29          sig text,          sig text,
30          zbirka text,          zbirka text,
31          mfn integer,          mfn integer,
32            signatura text,
33          zemlja text,          zemlja text,
34          naslov text,          naslov text,
35            odgovornost text,
36          issn text,          issn text,
37          f210d text,          f210d text,
38          f207a text,          f207a text,

Legend:
Removed from v.1268  
changed lines
  Added in v.1273

  ViewVC Help
Powered by ViewVC 1.1.26