diff --git a/database/migrations/2018_05_14_091806_limit_notifications.php b/database/migrations/2018_05_14_091806_limit_notifications.php new file mode 100644 index 000000000000..3aa39bf0368d --- /dev/null +++ b/database/migrations/2018_05_14_091806_limit_notifications.php @@ -0,0 +1,30 @@ +boolean('only_notify_owned')->nullable()->default(false); + }); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } +}