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

Update migration. #34

Closed
FooBarQuaxx opened this issue Mar 5, 2016 · 1 comment
Closed

Update migration. #34

FooBarQuaxx opened this issue Mar 5, 2016 · 1 comment

Comments

@FooBarQuaxx
Copy link

I think the migration for the audit log table should be updated to use the configuration table name. Something likeSchema::create(config('auditing.table'), function() {...}); and Schema::drop(config('auditing.table'));'.

@anteriovieira
Copy link
Member

I had done it, but then gave up the idea. Because it is against the concept of migration.

Initially the table is named logs, if we need to change the table name should create a new migration.

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

No branches or pull requests

2 participants