mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
17 lines
305 B
PHP
17 lines
305 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Database settings
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The name of the table to create in the database
|
|
|
|
|
*/
|
|
'table_name' => 'countries',
|
|
|
|
);
|