Parcourir la source

vēlveins db update

master
Vitalijss il y a 5 ans
Parent
révision
50ab001b5d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      include/install.php

+ 1
- 1
include/install.php Voir le fichier

@@ -55,7 +55,7 @@ echo '<input type="submit" class="w3-button w3-green" name="db_saglabat" value="
PRIMARY KEY (BrikID));" ;
$tabulapaterins = "CREATE TABLE IF NOT EXISTS Paterins (
PatID bigint(5) NOT NULL AUTO_INCREMENT,
PatDaudzums bigint(5) NOT NULL,
PatDaudzums VARCHAR(5) NOT NULL,
PatDatums TIMESTAMP NOT NULL,
PRIMARY KEY (PatID));";



Chargement…
Annuler
Enregistrer

Powered by TurnKey Linux.