/[BackupPC]/trunk/sql/02d_archive.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/sql/02d_archive.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 179 - (show annotations)
Tue Oct 11 19:16:51 2005 UTC (18 years, 7 months ago) by dpavlin
File size: 239 byte(s)
migration sql to create archive database

1 create table archive (
2 id serial,
3 dvd_nr int not null,
4 total_size bigint default -1,
5 note text,
6 username varchar(20) not null,
7 date timestamp default now(),
8 primary key(id)
9 );

  ViewVC Help
Powered by ViewVC 1.1.26