Remove scantap directory

This commit is contained in:
The Magician 2024-10-09 23:15:40 +01:00
parent b90a570d29
commit ec5328fed1
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
USE sevenkeys;
CREATE TABLE IF NOT EXISTS CardScan (
Id INT PRIMARY KEY AUTO_INCREMENT,
StorageAreaId INT NOT NULL,
FOREIGN KEY (StorageAreaId) REFERENCES StorageArea(Id),
Position INT NOT NULL
);