diff options
| author | 2017-04-01 11:26:24 +0200 | |
|---|---|---|
| committer | 2017-04-01 11:26:24 +0200 | |
| commit | 7d6ab5fc4e7d30b4052d2b4749d5ce8f9ce286cb (patch) | |
| tree | 85b8e7a60922781ea898c57f649e97b3640f3d31 /app | |
| parent | 0d4c26c673d548a1367a0f96f49546ca27619d90 (diff) | |
| parent | 50fd3a359e1fb872859b12af2762e47a696ebcd3 (diff) | |
Merge branch 'postgress-uniqueness' into defered-insertion
Diffstat (limited to 'app')
| -rw-r--r-- | app/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php index 17037c384..f598f6528 100644 --- a/app/install.php +++ b/app/install.php @@ -613,7 +613,7 @@ function printStep3() { <?php if (extension_loaded('pdo_pgsql')) {?> <option value="pgsql" <?php echo(isset($_SESSION['bd_type']) && $_SESSION['bd_type'] === 'pgsql') ? 'selected="selected"' : ''; ?>> - PostgreSQL (⚠️ experimental) + PostgreSQL </option> <?php }?> </select> |
