mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-19 12:01:07 +00:00
rename column to col
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@977 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
7c8e3bcfe0
commit
6af1bee069
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
-- tested with postgresql
|
||||
-- you can add a unique sequence id to the table if you want
|
||||
|
||||
drop table linksdb;
|
||||
|
||||
|
|
@ -14,7 +15,7 @@ create table linksdb (
|
|||
valid int,
|
||||
url varchar(50),
|
||||
line int,
|
||||
colum int,
|
||||
col int,
|
||||
name varchar(50),
|
||||
checktime int,
|
||||
dltime int,
|
||||
|
|
|
|||
Loading…
Reference in a new issue