/[webpac2]/trunk/conf/ffcasopisi/schema-kohacas.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

Contents of /trunk/conf/ffcasopisi/schema-kohacas.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1278 - (show annotations)
Thu Aug 27 17:32:11 2009 UTC (14 years, 8 months ago) by mglavica
File size: 354 byte(s)
journals data conversion (final conversion done with this version)

1 drop table if exists upisani;
2 create table upisani (
3 zbirka text,
4 mfn integer,
5 signatura text,
6 biljeska text,
7 naslov text,
8 issn text,
9 fond text,
10 id integer
11 );
12 drop table if exists kohacas;
13 create table kohacas (
14 biblionumber integer,
15 naslov text,
16 issn text,
17 sig852j text,
18 sig942d text,
19 itemtype text,
20 ldr text,
21 f008 text,
22 items text
23 );

  ViewVC Help
Powered by ViewVC 1.1.26