Dropped the need for the 'id' column in the page table
This commit is contained in:
parent
ed94d6bad2
commit
fcd2593a9e
3 changed files with 8 additions and 7 deletions
|
|
@ -266,3 +266,4 @@ create table urls (
|
|||
params text
|
||||
);
|
||||
|
||||
alter table page drop column id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue