Log message #4193593

# At Username Text
# Jul 16th 2019, 19:41 maymeow ill try what said @ricksaccous... i think `bin/cake migrations rollback -t 0` will work for me
# Jul 16th 2019, 19:41 maymeow yes @niel45... something like `php artisan migrate:refresh` in laravel. When i post changes to app they will go to CI and are deployed to review
# Jul 16th 2019, 19:40 niel45 if so, there is a method from Phinx that will check for a table exiting. I've used it for exactly that
# Jul 16th 2019, 19:38 niel45 @maymeow, are you asking how to drop tables if they exist, before creating them in a migration?
# Jul 16th 2019, 19:37 challgren Couldn’t you write a shell to truncate the tables for you? and then run all the migrations?
# Jul 16th 2019, 19:37 maymeow wrong writen ansver but yes i need run all migrations to create clean tables ...
# Jul 16th 2019, 19:34 ricksaccous that would essentially delete all your db tables though
# Jul 16th 2019, 19:34 ricksaccous then you could run them again, but that's only if everyone on your team properly made rollbacks
# Jul 16th 2019, 19:33 ricksaccous like bin/cake migrations rollback -t 0
# Jul 16th 2019, 19:33 ricksaccous i mean supposedly you'd be able to rollback everything
# Jul 16th 2019, 19:33 ricksaccous are you having fk issues when you run migrations?
# Jul 16th 2019, 19:32 ricksaccous @maymeow what do you mean?
# Jul 16th 2019, 19:32 maymeow How can i run clean migrations? (without need to delete database tables manually)
# Jul 16th 2019, 18:07 maxxstyle06 help him guys!
# Jul 16th 2019, 18:07 maxxstyle06 I cannot help xD
# Jul 16th 2019, 17:54 itmpls Why does scope not seem to work at all? Am I doing it wrong? I have a similar row with the same company_id but it doesn't throw any validation error. If I remove the scope array then it properly shows it.
# Jul 16th 2019, 17:38 maxxstyle06 I can pay money aswell if someone wants
# Jul 16th 2019, 17:37 maxxstyle06 Can someone come to teamviewer please?
# Jul 16th 2019, 17:36 maxxstyle06 https://wi.cr/links/go
# Jul 16th 2019, 17:35 maxxstyle06 Api link
# Jul 16th 2019, 17:34 maxxstyle06 Here is api link
# Jul 16th 2019, 17:34 maxxstyle06 wi.cr/links/go
# Jul 16th 2019, 17:34 maxxstyle06 It’s wi.cr
# Jul 16th 2019, 17:33 maxxstyle06 http://wikihosting.us/HKcr
# Jul 16th 2019, 17:32 maxxstyle06 Here is my website
# Jul 16th 2019, 17:31 maxxstyle06 I’m not using oauth2
# Jul 16th 2019, 17:31 maxxstyle06 Devito no bro
# Jul 16th 2019, 17:26 devito are you using any implementation of oauth2? Cause you can leverage the Client grant flow for this.
# Jul 16th 2019, 17:24 devito ahh
# Jul 16th 2019, 17:23 maxxstyle06 Yes
# Jul 16th 2019, 17:23 itmpls so you control both domains?
# Jul 16th 2019, 17:23 maxxstyle06 To my main domain which uses cakephp
# Jul 16th 2019, 17:23 maxxstyle06 That is not using cakephp
# Jul 16th 2019, 17:23 maxxstyle06 I’m trying to send external data from external url
# Jul 16th 2019, 17:22 maxxstyle06 Sorry for late
# Jul 16th 2019, 17:13 itmpls i think you might be overthinking it
# Jul 16th 2019, 17:13 devito what exactly are you trying to secure max?
# Jul 16th 2019, 17:13 itmpls that's how a lot of external calls are done though, on lots of sites you use.. through ajax. it's just an in-page http request
# Jul 16th 2019, 17:12 maxxstyle06 Because ajax shows all datas in browser
# Jul 16th 2019, 17:12 ricksaccous i'm actually probably not really qualified to help because my experience writing APIs is minimal and each time i made it very simplistic
# Jul 16th 2019, 17:12 maxxstyle06 But I’m afraid that ajax will show it