fixed getting rid of emacs temp files

This commit is contained in:
Johannes Randerath
2024-08-28 23:32:16 +02:00
parent 21c922bd7e
commit 36e0ec3ad1
2 changed files with 0 additions and 29 deletions

View File

@@ -1,5 +0,0 @@
CREATE TABLE jrtables (
id INTEGER AUTO_INCREMENT PRIMARY KEY,
name VARCHAR(255) NOT NULL,
num_fields INTEGER NOT NULL
);