From 509e2520229ccf984a17245490eb6e23816bdfdd Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Tue, 14 Mar 2023 11:58:03 +0100 Subject: [PATCH] lnbits paid articles added --- ...5504_alter_lnbits_field_on_users_table.php | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 database/migrations/2023_03_14_105504_alter_lnbits_field_on_users_table.php diff --git a/database/migrations/2023_03_14_105504_alter_lnbits_field_on_users_table.php b/database/migrations/2023_03_14_105504_alter_lnbits_field_on_users_table.php new file mode 100644 index 00000000..427cea5a --- /dev/null +++ b/database/migrations/2023_03_14_105504_alter_lnbits_field_on_users_table.php @@ -0,0 +1,27 @@ +json('lnbits') + ->default('{"read_key":null,"url":null,"wallet_id":null}') + ->change(); + }); + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + // + } +};