Passed
Push — develop ( 509a81...899aca )
by nguereza
02:24
created
platine/migrations/20230802_152529_add_oauth2_authorization_codes_table.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,7 @@
 block discarded – undo
7 7
 use Platine\Database\Schema\CreateTable;
8 8
 use Platine\Framework\Migration\AbstractMigration;
9 9
 
10
-class AddOauth2AuthorizationCodesTable20230802152529 extends AbstractMigration
11
-{
10
+class AddOauth2AuthorizationCodesTable20230802152529 extends AbstractMigration {
12 11
     public function up(): void
13 12
     {
14 13
       //Action when migrate up
Please login to merge, or discard this patch.
platine/migrations/20230802_144938_add_oauth2_scopes_table.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,7 @@
 block discarded – undo
7 7
 use Platine\Database\Schema\CreateTable;
8 8
 use Platine\Framework\Migration\AbstractMigration;
9 9
 
10
-class AddOauth2ScopesTable20230802144938 extends AbstractMigration
11
-{
10
+class AddOauth2ScopesTable20230802144938 extends AbstractMigration {
12 11
     public function up(): void
13 12
     {
14 13
       //Action when migrate up
Please login to merge, or discard this patch.
platine/migrations/20230802_152020_add_oauth2_refresh_tokens_table.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,7 @@
 block discarded – undo
7 7
 use Platine\Database\Schema\CreateTable;
8 8
 use Platine\Framework\Migration\AbstractMigration;
9 9
 
10
-class AddOauth2RefreshTokensTable20230802152020 extends AbstractMigration
11
-{
10
+class AddOauth2RefreshTokensTable20230802152020 extends AbstractMigration {
12 11
     public function up(): void
13 12
     {
14 13
       //Action when migrate up
Please login to merge, or discard this patch.
platine/migrations/20230802_151233_add_oauth2_access_tokens_table.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,7 @@
 block discarded – undo
7 7
 use Platine\Database\Schema\CreateTable;
8 8
 use Platine\Framework\Migration\AbstractMigration;
9 9
 
10
-class AddOauth2AccessTokensTable20230802151233 extends AbstractMigration
11
-{
10
+class AddOauth2AccessTokensTable20230802151233 extends AbstractMigration {
12 11
     public function up(): void
13 12
     {
14 13
       //Action when migrate up
Please login to merge, or discard this patch.
platine/migrations/20230802_150106_add_oauth2_clients_table.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,7 @@
 block discarded – undo
7 7
 use Platine\Database\Schema\CreateTable;
8 8
 use Platine\Framework\Migration\AbstractMigration;
9 9
 
10
-class AddOauth2ClientsTable20230802150106 extends AbstractMigration
11
-{
10
+class AddOauth2ClientsTable20230802150106 extends AbstractMigration {
12 11
     public function up(): void
13 12
     {
14 13
       //Action when migrate up
Please login to merge, or discard this patch.