GaryAllan

Results 152 comments of GaryAllan

Hello, There is a link on the login page. ![2019-09-25 18 04 30 ipam-o 9bbab60a62aa](https://user-images.githubusercontent.com/18753294/65623113-fa70fd80-dfbe-11e9-806a-c88ea03f5f94.png) If you're using 'master' please `git pull` to obtain recent changes/fixes.

Hello | If we sign a contract with you as a client and offer you /26 on your Vlan123, we are not allowed, and it is not normal to use...

Hi Gabe How is the software going to tell the difference between a subnet you intend to split into smaller ranges (e.g 10.0.0.0/8) and those you don't (e.g the /26...

It needs a database schema change. Postcode is an integer. CREATE TABLE `customers` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(128) NOT NULL DEFAULT '', `address` varchar(255) DEFAULT NULL,...

I'm in the UK and also don't use numeric post-codes. No "states" here either which is currently mandatory in the customer module. I've avoided looking at this so far as...

https://github.com/phpipam/phpipam/blob/ce47a826f89d85af2ef6430cd43664b41cc7932b/db/SCHEMA.sql#L24

The master (v1.5) branch should update the DB schema on 1st run. You can also output the update SQL queries to apply manually using a script under the /functions folder.

The "nightly" docker image is build against the development branch (currently 'master') overnight.

> I still have the same issue. Can you describe your current issue in a way that can be reproduced? The issue reported in the subject of this thread, "Non...

Ah.. that explains it. When I tested with my addresses (UK) it worked.