-
Hello everyone,
I recently tried to use openproject community I followed to guide but it keeps saying it is unable to connect to the DB and I didnt change much this is my docker-compose.yml:
```
…
-
Set up database schema and seed files
-
Would it be possible to ship database seeders to:
- create the default admin user
- create the default admin role
- create the default 'Administer roles & permissions' permission
- connect those…
-
Hi,
I'm trying to run a db:seed but it always return an ImportError. I'm using Orator via flask-orator package.
The error :
```bash
__[ImportError] No module named customer_seeder__
```
My…
-
**Describe the bug**
Upgrading KubeCF gets multiple database-seeder runs. They have a race condition that usually sets the wrong values in the database. E.g. the database password secrets get rotat…
-
Link to upgrade guide: https://laravel.com/docs/8.x/upgrade#seeder-factory-namespaces
During the generation of the seeder files, we need to add the namespaces
> Seeders and factories now use names…
-
### Description
Im using this seeder to create an admin user and assing all roles in database
```
$user = User::create([
'email' => 'admin@domain.com',
'password' => …
-
**Note: make sure the seeders that you going to create has their tables existing in database**
- [x] Admin Seeder
- [ ] Student Seeder
- [ ] StudentGuardian Seeder
- [x] Employee Seeder
And all…
-
how to make model_has_permissions in database with use seeder
how to make role_has_permissions in database with use seeder
please tell me
-
I followed this [documentation](https://laravelmodules.com/docs/v11/configuration) to add additional folders for modules. I enabled scan->enabled to true, added autoload to composer.json, created modu…