Skip to content

Commit

Permalink
refactor: [torrust#303] store in the database the torrent fields crea…
Browse files Browse the repository at this point in the history
…tion date created_by encoding

Fix mysql type for creation_date column
  • Loading branch information
MMelchor authored and josecelano committed Oct 27, 2023
1 parent 49bb888 commit a0812f5
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 a0812f5

Please sign in to comment.