sql: remove stock timeline

This commit is contained in:
King Kévin 2023-01-23 14:21:11 +01:00
parent 0c581dff0b
commit b62190db74
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ CREATE TABLE IF NOT EXISTS stock (
id INTEGER AUTO_INCREMENT PRIMARY KEY, -- index
distribution INTEGER NOT NULL, -- the part
stock INTEGER NOT NULL,
date DATETIME NOT NULL,
FOREIGN KEY (distribution) REFERENCES distribution (id)
);