Skip to content

Files

Latest commit

 

History

History
20 lines (11 loc) · 440 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 440 Bytes

dhcp-database

This database contains the tables for DHCP server functionality and debug information.

Prerequisites

How to use

Use the provided init.sql with psql like this:

sudo -u postgres psql -f init.sql

This will create the "schmatrix" database, users, tables and views.

After that the created tables need to be initialized with up to date data.