Dropped the need for the 'id' column in the page table

This commit is contained in:
Martin Kamerbeek 2004-08-16 22:32:26 +00:00
parent ed94d6bad2
commit fcd2593a9e
3 changed files with 8 additions and 7 deletions

View file

@ -266,3 +266,4 @@ create table urls (
params text
);
alter table page drop column id;