Skip to content

Commit

Permalink
use LONGBLOB for large data on MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed Nov 26, 2015
1 parent 03b1914 commit 0d89162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/perfectsched/backend/rdb_compat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def init_database(options)
next_time INT NOT NULL,
cron VARCHAR(128) NOT NULL,
delay INT NOT NULL,
data BLOB NOT NULL,
data LONGBLOB NOT NULL,
timezone VARCHAR(255) NULL,
PRIMARY KEY (id)
);]
Expand Down

0 comments on commit 0d89162

Please sign in to comment.