Skip to content

Commit

Permalink
refactor: [#303] store in the database the torrent fields creation da…
Browse files Browse the repository at this point in the history
…te created_by encoding

Fix mysql type for creation_date column
  • Loading branch information
MMelchor authored and mario-nt committed Nov 7, 2023
1 parent 0a48536 commit aadde22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE torrust_torrents ADD COLUMN creation_date BIGINT UNSIGNED NULL;
ALTER TABLE torrust_torrents ADD COLUMN creation_date BIGINT NULL;

0 comments on commit aadde22

Please sign in to comment.