Skip to content

Commit aadde22

Browse files
MMelchormario-nt
authored andcommitted
refactor: [#303] store in the database the torrent fields creation date created_by encoding
Fix mysql type for creation_date column
1 parent 0a48536 commit aadde22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ALTER TABLE torrust_torrents ADD COLUMN creation_date BIGINT UNSIGNED NULL;
1+
ALTER TABLE torrust_torrents ADD COLUMN creation_date BIGINT NULL;

0 commit comments

Comments
 (0)