serve-lunasqu.ee/applications/tempfiles/migrations/002-ipfs.sql

11 lines
119 B
MySQL
Raw Permalink Normal View History

2019-02-05 16:27:36 +00:00
-- Up
CREATE TABLE Translation (
translation TEXT,
file_hash TEXT,
timeat TEXT
);
-- Down
DROP TABLE Translation;