Daniel Plakinger

Results 34 comments of Daniel Plakinger

And what kind of the order you expect them to be? Can you be more specific?

@wemersonrv That's true because indexes are treated separately by adding: ```php $table->unique(["unique_column"], 'unique_column_UNIQUE'); ```

@jsDotx3 It's already included can you give me an example of model?

It should work now :)

@JonoB But sometimes composite indexes are needed, I will look at it

The PR was merged and as @tmatilai pointed out, https://github.com/gpsinsight/terraform-provider-fusionauth seems to be abadonned? currently not working with latest 1.40.2 for general configurations, so probably now is the right time...

I've just tried this diagram: ```puml @startuml Hide circle note "Character Combat and Dependencies\nAuthors: Sean Harris and Ranger Adams\nEdited By Greg Donaldson\nReviewed by Justin Hall & E. Thompson" as N1...

@sijad @kutchbhi You have several options how to fix it I'm using this: Toro.php ``` $uri = @explode('/', $_SERVER['REQUEST_URI'])[2]; //Here you need to find your dir or use GET $path_info...

This is how Toro serve handler: ``` $result = call_user_func_array(array($handler_instance, $request_method), $regex_matches); ``` So if you change it to something like this: ``` $result = call_user_func_array(array($handler_instance, $regex_matches[1]), array($regex_matches[2])); ``` And...

I'm having the same problem! Same log file :/