Skip to content
Snippets Groups Projects
Commit 06af0733 authored by Cédric Salvador's avatar Cédric Salvador Committed by Raphaël Doursenaud
Browse files

rename parameter to rowid

parent 26aa0c1d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
create table llx_links
(
id INTEGER AUTO_INCREMENT PRIMARY KEY,
rowid INTEGER AUTO_INCREMENT PRIMARY KEY,
entity INTEGER DEFAULT 1 NOT NULL, -- multi company id
datea DATETIME NOT NULL, -- date start
url VARCHAR(255) NOT NULL, -- link url
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment