Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with seeder during installation #162

Closed
zielu84 opened this issue Aug 30, 2021 · 1 comment
Closed

Issue with seeder during installation #162

zielu84 opened this issue Aug 30, 2021 · 1 comment
Assignees

Comments

@zielu84
Copy link

zielu84 commented Aug 30, 2021

Bug report

Title

Error during seeding after running command:
sail php artisan krayin-crm:install

Issue Description

In Connection.php line 692:

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'permission_type' in 'field list' (SQL: insert into users
(id, name, email, password, created_at, updated_at, status, role_id, permission_type) values (1,
Example Admin, [email protected], $2y$10$LCQfzh1qvwynSEzRHUKZ1ezxaNU/uBuag/PDHLwIfjXITTHE8wCnW, 2021-08-30 17:16:57
, 2021-08-30 17:16:57, 1, 1, global))

In Connection.php line 479:

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'permission_type' in 'field list'

Preconditions

Please provide as detailed information about your environment as possible.

1. Laravel 8.12
2. Krayin 1.0.0

Steps to reproduce

It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.

1. create fresh Laravel installation
2. download Krayin
3. run command: sail php artisan krayin-crm:install

Expected result

Tell us what should happen.

  • Installator ends with success message

Actual result

Tell us what happens instead.

  • installator ends with error message
@jitendra-webkul
Copy link
Member

@zielu84,

Try with the master branch and fresh database. Soon we will publish a new release with a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants