-
Model & table migration for ZIP Codes. Will be seeded with all postal zip codes in the USA or will at least have default ID numbers from the https://github.com/tipoff/address database & API.
-
I understand from the docs that it is recommended to create the database schema by calling:
```
php artisan migrate --seed
```
https://github.com/Bottelet/DaybydayCRM/wiki/Install
https://github.…
-
I need to do something like the following:
```
BeforeSuite:
Given my db runs at "{{DB_HOST}}"
Scenario:
Given I can reach my api at "{{API_HOST}}"
When I make a request to get al…
-
**Describe the bug**
When a trusted intermediary is applying on behalf of a client, the "Previously answered" field for the "Name" question is incorrect.
**To Reproduce**
Steps to reproduce the b…
-
Make sure you `git checkout` the `database` branch
You need 2 seed files for these 2 tables:
_Recipes_ table
* id row
* recipe_name row
_Ingredients_ table
* ing_id row
* ing_name row
*…
-
Typescript example with postgresql.
-
it's a little confusing to try to deploy the database -- the db:create and db:seed tasks take a :host parameter, but the rakefile has the username hardcoded, and the password comes from the database.y…
-
Admin dashboard will not create a new user when logging in for the first time.
It will send OTP to the sesto email that is in the seed.
But, it will not only not add my new email as the owner--…
-
The following source code is testing code.
```java
/* uses badsource and badsink */
public void bad() throws Throwable
{
String data;
/* FLAW: Set data to a hardcoded s…
-
Can we make huginn OpenShift-aware without breaking it for everyone else? Here's a summary of the changes necessary, based on the diffs between the openshift branch and master:
- [ ] Procfile needs `w…