/[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 1277 by mglavica, Wed Aug 19 14:05:30 2009 UTC revision 1278 by mglavica, Thu Aug 27 17:32:11 2009 UTC
# Line 34  create table isis ( Line 34  create table isis (
34          naslov text,          naslov text,
35          odgovornost text,          odgovornost text,
36          issn text,          issn text,
37          f210d text,          f205 text,
38          f207a text,          f207a text,
39            f210d text,
40          f326 text,          f326 text,
41          f215a text,          f215a text,
42          f991b text          f991b text
43  );  );
44    
45    drop table if exists frek;
46    create table frek (
47            kratica text,
48            znacenje text
49    );
50    
51    drop table if exists csigid;
52    create table csigid (
53            csigid text
54    );
55    

Legend:
Removed from v.1277  
changed lines
  Added in v.1278

  ViewVC Help
Powered by ViewVC 1.1.26