]> _ Git - psq.git/commit
models & migrations v1
authorLouis <louis.jeckel@her-tools.fr>
Fri, 3 Apr 2020 16:42:26 +0000 (18:42 +0200)
committerLouis <louis.jeckel@her-tools.fr>
Fri, 3 Apr 2020 16:42:26 +0000 (18:42 +0200)
commitefb46f015e72f6881469156d36e065a2efa45c3b
treecb3a01aba50326b6053b3e5d1a0a4d975772b65b
parentf9454823f0d6bba6861b93d9019ef4ec3990efe8
models & migrations v1
20 files changed:
app/BelongsToPdfFile.php [new file with mode: 0644]
app/EmailBatch.php [new file with mode: 0644]
app/Http/Controllers/Admin/OrganizationController.php [deleted file]
app/Http/Requests/Admin/OrganizationRequest.php [deleted file]
app/Models/Organization.php [deleted file]
app/Models/Slugs/OrganizationSlug.php [deleted file]
app/Organization.php [new file with mode: 0644]
app/PdfFile.php [new file with mode: 0644]
app/SearchableText.php [new file with mode: 0644]
app/TrackedLink.php [new file with mode: 0644]
app/User.php
database/migrations/2020_04_03_132717_create_organizations_tables.php [deleted file]
database/migrations/2020_04_03_154715_create_organizations_table.php [new file with mode: 0644]
database/migrations/2020_04_03_154810_create_flow_paper_files_table.php [new file with mode: 0644]
database/migrations/2020_04_03_154911_create_searchable_texts_table.php [new file with mode: 0644]
database/migrations/2020_04_03_154939_create_email_batches_table.php [new file with mode: 0644]
database/migrations/2020_04_03_155151_create_tracked_links_table.php [new file with mode: 0644]
database/migrations/2020_04_03_162854_add_columns_to_users_table.php [new file with mode: 0644]
resources/views/admin/organizations/form.blade.php [deleted file]
routes/admin.php